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/i18n/de/skills/analyze-kernel-bottleneck commit e2553d8a63

Frequently asked questions

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