PyTorch Torch Compile Optimization
· Batch Import
Description
Optimize PyTorch models using torch.compile (TorchDynamo/Inductor) for JIT compilation into optimized kernels. Focuses on reducing Python overhead, managing compile overhead, debugging graph breaks, and proper benchmarking methodology with warmup runs.
Repository
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/torch-compile
View on GitHub