TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Thunder – A new compiler for PyTorch that can use many device executors at once

11 pointsby wfalconabout 1 year ago

1 comment

rasbtabout 1 year ago
Quoting from the readme, it embraces other executers, including torch.compile and also works with multiple GPUs:<p>&gt; 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).<p>Works on single accelerators and in multi-GPU settings. Thunder aims to be usable, understandable, and extensible.