Skip to content

Radeon GPU Analyzer 1.4

Compare
Choose a tag to compare
@AmitBM AmitBM released this 22 Dec 17:49
· 116 commits to master since this release

Highlights:

Ready to ROCK: introducing the new “rocm-cl” mode that supports OpenCL™ on top of AMD’s LLVM-based Lightning Compiler, the OpenCL™ compiler for the ROCm platform:

  • Compile and link one or more OpenCL™ source files into a HSA Code Object.
  • Generate disassembly for the Vega architecture:
    o GCN ISA disassembly
    o Mapping high-level source code to GCN ISA disassembly (--line-numbers option)
    o LLVM IR disassembly (--il option)
  • Extract the Code Object meta-data (--metadata option).
  • Gather static HW resource usage: SGPR and VGPR consumption, LDS usage, and more.
  • Perform live register analysis at the assembly level.
  • Generate control-flow graphs at the assembly level.
  • Cross-platform, no need for a ROCm-capable machine.

For more details, see the RGA-1.4 Release Notes PDF document.