What's the difference between “gld/st_throughput” and “dram_read/write_throughput” metrics?

╄→гoц情女王★ 提交于 2019-12-04 16:48:58
Roger Dahl

gld/st_throughput includes transactions served by the L1 and L2 caches. While dram_read/write_throughput is the throughput between L2 and device memory. So, each global memory access counts towards gld/st_throughput but only requests that missed both the L1 and L2 caches count towards dram_read/write_throughput.

I haven't found a good overview of the counters anywhere. Wish NVIDIA would provide that...

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