Analyze Kernel Bottleneck

Systematically identify whether a GPU kernel is compute-bound, memory-bound, or latency-bound using roofline analysis, occupancy calculations, compute/load ratio per tile, and SASS instruction inspection. Produces a decision matrix for optimization strategy selection (cp.async, warp interleaving, tiling, double-buffering, or CuAssembler hand-tuning).

pjt222 Updated

File contents

pjt222/agent-almanac/tree/main/skills/analyze-kernel-bottleneck commit eaec00e492

Frequently asked questions

npx skillmds@latest add pjt222/analyze-kernel-bottleneck