caf1a2174e
* [Do not merge] Make changes to api_args * Support HIP 7.0 API changes - Provide ROCPROFILER_SDK_ variants of ROCPROFILER_ version defines - Provide ROCPROFILER_SDK_COMPUTE_VERSION - hipCtxGetApiVersion changes parameter from int* to unsigned int* - hipMemcpyHtoD and hipMemcpyHtoDAsync changed void* to const void* * Fix comment --------- Co-authored-by: Jatin Chaudhary <jatchaud@amd.com> Co-authored-by: Jonathan R. Madsen <jonathanrmadsen@gmail.com>
CodeObject tracing
Services
- code object tracing.
Properties
- This tool hooks into ROCProfiler's callback and buffer tracing mechanisms to:
- Decode and analyze GPU code objects.
- Three kernel variants are used in sample; simple transpose, in-place LDS swap and LDS no bank conflicts.
- Trace kernel symbols and instructions.
- Log disassembly and statistics for debugging or performance analysis.