Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does Radeon GPU Profiler supports Ryzen 6000 series for cache hit/miss counters? #70

Open
jounghoolee opened this issue May 10, 2022 · 2 comments

Comments

@jounghoolee
Copy link

Hello.

I am trying to profile graphic workloads with AMD tools in Lap top. The GPU metrics I am mostly intersted in is L1/L2/L3 cache hit/miss count.

I am finding for AMD APU(i.e., integrated graphic cards) which provide cache hit/miss count through Radeon GPU Profiler.

Radeon GPU Profiler document says "Cache counter data is only available on Radeon RX 5000 series and Radeon RX 6000 series GPUs". They are all RDNA(2) architectures. Therefore I wonder SOTA APU with RDNA2 architecutre (i.e., Ryzen 6000 series) might provide cache counter data through Radeon GPU Profiler.

Otherwise if there are other APUs which provide L1/L2/L3 cache hit/miss count, it would be really helpful.

Thank you very much.

@chesik-amd
Copy link
Contributor

Hello. This is a Known Issue (mentioned here: https://github.com/GPUOpen-Tools/radeon_gpu_profiler/blob/master/Release_Notes.txt#L45). Unfortunately, the streaming counters used by RGP are not yet fully reliable on APUs, so current builds of RGP do not expose them

For now, I think your only alternative to get the cache counters will be to use either RenderDoc or PIX, both of which expose the discrete (non-streaming) counters from GPUPerfAPI.

@sysmanalex
Copy link

AMD RX 6800/6900 XT - both
rocprofiler_open(), ImportMetrics(), Bad metric 'L2CacheHit', var 'TCC_HIT[0]' is not found
is somethere list of public avlb counters for NAVI 2 arch ? gfx1030 ?

amdgpu 22.10 installed.
according to Release_Notes.txt
Cache counter support for OpenCL applications (requires a 21.20-based driver)
ERROR: rocprofiler_iterate_info(), ImportMetrics(), Bad metric 'L2CacheHit', var 'TCC_HIT[0]' is not found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants