Compute Sanitizer

Run NVIDIA compute-sanitizer (memcheck, racecheck, initcheck, synccheck) against a Triton/TLX kernel to find runtime memory and synchronization bugs. Use when a kernel produces wrong results, crashes with an illegal/misaligned access, or is suspected of a shared-memory data race or invalid barrier usage — especially warp-specialized (WS) kernels using mbarriers, named barriers, TMA copies, or MMA accumulators. This is a runtime check: it runs the real kernel via its reproduce command, so it needs a working GPU and is 10-100x slower than a normal run.

facebookexperimental c89f7ae 6.4 KB Updated

File contents

facebookexperimental/triton/tree/main/.claude/skills/compute-sanitizer commit c89f7ae675

Frequently asked questions

npx skillmds@latest add facebookexperimental/compute-sanitizer