Problem.1 : What is the difference of L1 and shared memory ? The L1 cache caches the data from L2 cache .The data is for core to use . What is shared memory used for? Is shared memory shares data for all thread of block in same block?
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| What's the difference between L1 cache and the shared memory | 4 | 16098 | October 29, 2011 | |
| When will we want to use L1? | 5 | 342 | August 16, 2024 | |
| How to communicate between blocks? | 8 | 1223 | March 9, 2024 | |
| How to optimize for cache + shared memory on Fermi? | 8 | 3207 | April 25, 2010 | |
| Issues about L1 cache | 10 | 493 | February 26, 2025 | |
| Is it possible to use L1 cache instead of shared memory when implementing blocked matmuls in CUDA | 4 | 1542 | June 18, 2023 | |
| What is the meaning of the word kernel in the memory workload analysis | 5 | 937 | May 14, 2024 | |
| Shared/cache memory management for HPC with large data required per thread | 6 | 1284 | May 10, 2017 | |
| More Shared Memory by disabling L1 Cache? | 3 | 1373 | February 24, 2013 | |
| CUDA Device Query says P100 has 48kb shared memory/block... but it's supposed to be 64kb? | 3 | 1235 | June 4, 2017 |