L2 cache in NVIDIA Fermi

£可爱£侵袭症+ 提交于 2019-12-04 11:26:56

I don't think there is any direct relation with the streaming multiprocessor.

I just think that slice is equivalent of bank memory.

Just sum the values of the two to get the "total" L2 read misses.

The CUDA C Programming Guide describes the architecture of the multiprocessor. The document states that each Fermi multiprocessor has two warp schedulers. I assume that the L2 cache is split to allow concurrent caching.

I haven't looked at L2 read misses for the Kepler architecture, but Kepler multiprocessors have four warp processors. So, this assumption may be validated if there are four performance counters reported for Kepler compilation.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!