Debug Failing Gpu

Recover from GPU-busy / GPU-unavailable failures. Use when a command (pytest, python, a TLX/Triton kernel run, a benchmark) fails with errors indicating the GPU is busy, out of memory, or unavailable — e.g. "CUDA error: out of memory", "all CUDA-capable devices are busy or unavailable", "CUDA-capable device(s) is/are busy or unavailable", "RuntimeError: No CUDA GPUs are available", "device-side assert", or a hang on the first CUDA call. Runs find_working_gpu.sh to locate a healthy GPU and re-runs the failed command pinned to it via CUDA_VISIBLE_DEVICES.

facebookexperimental 37628c8 2.8 KB Updated

File contents

facebookexperimental/triton/tree/main/.claude/skills/debug-failing-gpu commit 37628c86bd

Frequently asked questions

npx skillmds@latest add facebookexperimental/debug-failing-gpu