AI AGENT ADDONS

Aoti Debug

pytorch/pytorch
Debugging
1,966installs

This guide helps you fix crashes and errors when using AOTInductor in PyTorch. You may see segfaults, device mismatch, or constant loading failures. The skill walks you through common problems and their solutions. It is built for developers who run into runtime errors after compiling models with aot_compile or aot_load.

You will learn to check that the compile device matches the load device. You will also check that input shapes and devices are correct. Following these steps helps you avoid many errors quickly. For trickier issues like CUDA illegal memory access, there are special flags to get clear error messages.

Use this skill whenever your AOTI code crashes or produces wrong output. It saves time by pointing you to the most likely causes first.

Add Aoti Debug skill to your workflow

Global

mkdir -p ~/.claude/skills/aoti-debug

Project

mkdir -p .claude/skills/aoti-debug

Source Repository

Stars
101,180
Forks
28,147
Watchers
101,180
License
NOASSERTION
Last Push
1 month ago
Created
10 years ago