Loop Vectorizer
· Batch Import
Description
Converts inefficient Python loops into fast vectorized PyTorch tensor operations, achieving 10-10000x performance improvements by leveraging GPU acceleration and batch processing.
Repository
https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/loop-vectorizer
View on GitHub