Isa Resource Diff

Detect per-kernel GPU resource regressions (VGPR, SGPR, register spills, scratch, static LDS) by diffing the final ISA before and after a change, using its `isa_resource_table.py` helper. Compile-only: needs no GPU and no profiler run, so it works on any target the compiler supports and runs in seconds. Use when asked whether a change increased register pressure, caused spilling, or hurt occupancy, when reviewing a kernel change for resource impact, or as a fast pre-check before spending a profiling run. Usage: /isa-resource-diff [<test-or-command>] [--arch <gfx>]

rocm 12704ba 2 files · 61.8 KB Updated

File contents

rocm/flydsl/tree/main/.claude/skills/isa-resource-diff commit 12704badf5

Frequently asked questions

npx skillmds@latest add rocm/isa-resource-diff