Thunder – A new compiler for PyTorch that can use many device executors at once(github.com)
github.com
Thunder – A new compiler for PyTorch that can use many device executors at once
https://github.com/Lightning-AI/lightning-thunder
https://github.com/Lightning-AI/lightning-thunder
> Thunder is a source-to-source compiler for PyTorch. It makes PyTorch programs faster by combining and using different hardware executors at once (ie: nvFuser, torch.compile, cuDNN, and TransformerEngine FP8).
Works on single accelerators and in multi-GPU settings. Thunder aims to be usable, understandable, and extensible.