Kernel Trace Analysis

Profile GPU kernels using rocprofv3 to collect ATT instruction-level traces, then analyze the trace data using hotspot_analyzer.py to identify top-K stall hotspots (VMEM-load, VMEM-wait, LDS/SMEM-wait, barrier, MFMA stalls) mapped back to source lines, and produce an actionable optimization plan. Usage: /kernel-trace-analysis <cmd> Can also analyze an existing dispatch dir directly: /kernel-trace-analysis --dir <path>

rocm 1be0d77 3 files · 47.4 KB Updated

File contents

rocm/flydsl/tree/main/.claude/skills/kernel-trace-analysis commit 1be0d7776f

Frequently asked questions

npx skillmds@latest add rocm/kernel-trace-analysis