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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Enzyme: Cross-language Automatic differentiation for LLVM IR

30 点作者 dhash超过 4 年前

2 条评论

wsmoses超过 4 年前
Hi all, author here.<p>A couple of relevant links for the curious<p>Github: <a href="https:&#x2F;&#x2F;github.com&#x2F;wsmoses&#x2F;Enzyme" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;wsmoses&#x2F;Enzyme</a><p>Paper: <a href="https:&#x2F;&#x2F;proceedings.neurips.cc&#x2F;paper&#x2F;2020&#x2F;file&#x2F;9332c513ef44b682e9347822c2e457ac-Paper.pdf" rel="nofollow">https:&#x2F;&#x2F;proceedings.neurips.cc&#x2F;paper&#x2F;2020&#x2F;file&#x2F;9332c513ef44b...</a><p>Project: enzyme.mit.edu<p>Basically the long story short is that Enzyme has a couple of really interesting contributions:<p>1) Low-level AD IS possible and can be high performance<p>2) By working at LLVM we get cross-language and cross-platform AD<p>3) Working at the LLVM level actually can give more speedups (since it&#x27;s able to be performed after optimization)<p>4) We made a plugin for PyTorch&#x2F;TF that uses Enzyme to import foreign code into those frameworks with ease!
评论 #25358751 未加载
achernya超过 4 年前
It looks like the links to the code have some junk characters at the end. It should be <a href="https:&#x2F;&#x2F;github.com&#x2F;wsmoses&#x2F;Enzyme" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;wsmoses&#x2F;Enzyme</a>.