Skip to content

Radeon GPU Profiler (RGP) V1.16

Compare
Choose a tag to compare
@chesik-amd chesik-amd released this 21 Sep 15:06
· 7 commits to master since this release

The Radeon™ GPU Profiler is part of the Radeon Developer Tool Suite, which can be downloaded from the following locations:

Windows build: RadeonDeveloperToolSuite-2023-10-16-1227.zip
Linux build: RadeonDeveloperToolSuite-2023-10-16-1227.tgz

V1.16 Changes

Radeon GPU Profiler

  1. Support for additional AMD RDNA™ 3 hardware
  2. The vertical scroll bars in the ISA disassembly view (in Instruction timing and Pipeline state panes) now indicate the location of search matches and instruction latency hotspot
  3. Added support for showing the ray tracing pipeline in the Pipeline state pane for profiles generated by the RADV driver (the bulk of this work was implemented by the RADV team, but this RGP release contains some corresponding changes to support this)
  4. The Output Merger (OM) Pipeline state pane now shows the Stencil reference value as part of the Depth/Stencil state
  5. The Output Merger (OM) Pipeline state pane now shows the correct value for "Alpha to coverage enable" on recent hardware
  6. The Details panel for an event will now show the API shader hashes for each shader in the associated pipeline
  7. Fix an issue with incorrect behavior in the Wavefront Histogram for long-running compute events
  8. Fix issues when running RGP on some OS/desktops using a Dark theme (#88)
  9. Added instruction timing support for HIP kernels with function calls
  10. Allow opening .rgp files larger than 2 GB in size
  11. Bug/stability fixes