TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

11 点作者 wfalcon大约 1 年前

1 comment

rasbt大约 1 年前
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.