GPUOpen-Tools / radeon_compute_profiler

The Radeon Compute Profiler (RCP) is a performance analysis tool that gathers data from the API run-time and GPU for OpenCLâ„¢ and ROCm/HSA applications. This information can be used by developers to discover bottlenecks in the application and to find ways to optimize the application's performance.
MIT License
84 stars 19 forks source link

dump ISA #15

Open psychocoderHPC opened 6 years ago

psychocoderHPC commented 6 years ago

How can I dump the GPU ISA code with RCP? I read that this is a feature but I can not find any command line option to select ISA dumps.

chesik-amd commented 6 years ago

Use the "-k isa" switch (or "-k all")

However, this is not currently supported for ROCm profiling (or for OpenCL profiling on the ROCm stack).