GPUOpen-Tools / radeon_gpu_profiler

Radeon GPU Profiler (RGP) is a tool from AMD that allows for deep inspection of GPU workloads.
396 stars 41 forks source link

vkCmdDrawIndexedIndirectCount does not appear in captures. #99

Closed tzdimi closed 3 months ago

tzdimi commented 7 months ago

After capturing an app that uses vkCmdDrawIndexedIndirectCount for drawing and trying to inspect the capture in RGP, vkCmdDrawIndexedIndirectCount does not appear in Events / Event Timing tab were as other drawing cmds like vkCmdDrawIndexed appears correctly. The issue appeared after updating the driver to version 24.3.1 from version 24.1.1 also tried 24.4.1 and the problem persists.. RGP versions 2.1 and 2.0 have the same problem. Screenshot 2024-04-26 091532

Same app but capture with RenderDoc, in event browser vkCmdDrawIndexedIndirectCount appears correctly Screenshot 2024-04-26 092700

tzdimi commented 3 months ago

Latest adrenalin driver 24.7.1 and Radeon Developer tools with RGP version 2.2 fixed the problem.