With the NSight Compute profiler, can I check cache hit rates for a specific region of memory?

306 Views Asked by At

My GPU kernel reads data from different input buffers. I want to check whether I manage to get cache hits for the reads from one of these buffers. Is it possible to limit the counting of cache hit/miss metrics to a particular range of memory addresses (of course, while running the kernel as-is with all of the other reads we don't care about)?

0

There are 0 best solutions below