-
Hello! |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 3 replies
-
There are two fill functions. One for allocation on fill and one for allocation on miss. Check both. Also, during cudaMemcpy the data are prefetched into L2 by default. |
Beta Was this translation helpful? Give feedback.
-
When I was debugging, I speculated that it might be returning to L1 cache or searching for data in registers, as there was no DRAM access or prefetching. So, I want to ask you to take a look. |
Beta Was this translation helpful? Give feedback.
-
Yes, I can understand your answer. Thank you very much. |
Beta Was this translation helpful? Give feedback.
-
In addition. When accessing (L2 cache), there will be two situations: (miss) and (hit). Why do both situations execute this (m_L2_icnt_queue ->push (mf);)? If an L2 cache miss occurs, should this be executed (m_L2_dram_queue->push(mf);)? |
Beta Was this translation helpful? Give feedback.
-
Can you help me answer the doubts mentioned above? I have been waiting for your reply!!! |
Beta Was this translation helpful? Give feedback.
-
Please check http://gpgpu-sim.org/manual/index.php/Main_Page for the details. |
Beta Was this translation helpful? Give feedback.
Please check http://gpgpu-sim.org/manual/index.php/Main_Page for the details.