Files
rocm-systems/projects/rocprofiler-sdk/samples/code_object_isa_decode/README.md
T

忽略 .git-blame-ignore-revs 中的修訂。點擊 這裡 以繞過並查看正常的 Blame 視圖。

14 行
423 B
Markdown
原始文件 標準檢視 歷史記錄

2025-04-16 02:00:07 +05:30
# 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.