Bisect Perf Regression

Find the exact commit that caused a GPU kernel performance regression using binary search (git bisect). Given a good commit (fast), a bad commit (slow, defaults to HEAD), and a benchmark command, automatically checks out commits, runs the benchmark, extracts the metric, and narrows down to the offending commit. Reports the regression commit with its diff and suggested root cause. Usage: /bisect-perf-regression <good_commit> [bad_commit] -- <bench_cmd>

rocm 7090c71 15.5 KB Updated

File contents

rocm/flydsl/tree/main/.claude/skills/bisect-perf-regression commit 7090c7165e

Frequently asked questions

npx skillmds@latest add rocm/bisect-perf-regression