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

.git-blame-ignore-revs에 있는 리비전을 무시합니다. 일반 blame 보기를 보려면 여기를 클릭하여 우회하세요.

14 라인
423 B
Markdown
Raw 일반 보기 히스토리

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.