radeon_gpu_analyzer
radeon_gpu_analyzer copied to clipboard
buffer_load_dword is incorrectly marked as "Vector ALU" at least on GFX9/10
Should be "Vector Memory".
Looking at the source code I couldn't immediately spot why it's misidentified, considering that ParserSIMUBUF::Get9OpMUBUF() contains the right code to handle it.
Same seems to apply for all other buffer_load_* ops, and the s_load_* ops are also marked as "Vector ALU" instead of "Scalar Memory".
aqnuep,
Thank you for reporting this issue. A fix will be provided in one of our upcoming releases.