Skip to content

Commit 447f8a0

Browse files
authored
Merge pull request #1409 from eopb/patch-1
fix: incorrect link in `Project-Goals-Sep-Update.md`
2 parents 5c0cd2e + 81dbdcd commit 447f8a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2024-09-23-Project-Goals-Sep-Update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ RFL on Rust CI is implemented but still waiting on documented policy. The first
6868

6969
### Expose experimental LLVM features for automatic differentiation and GPU offloading (tracked in [#109])
7070

71-
[#109]: https://github.com/rust-lang/rust-project-goals/issues/104
71+
[#109]: https://github.com/rust-lang/rust-project-goals/issues/109
7272

7373
@ZuseZ4 has been focusing on automatic differentiation in Rust, with their first two upstreaming PRs for the rustc frontend and backend merged, and a third PR covering changes to rustc_codegen_llvm currently under review. They are especially proud of getting a detailed LLVM-IR reproducer from a Rust developer for an Enzyme core issue, which will help with debugging. On the GPU side, @ZuseZ4 is taking advantage of recent LLVM updates to rustc that enable more GPU/offloading work. @ZuseZ4 also had a talk about "When unsafe code is slow - Automatic Differentiation in Rust" accepted for the upcoming LLVM dev meeting, where they'll present benchmarks and analysis comparing Rust-Enzyme to the C++ Enzyme frontend.
7474

0 commit comments

Comments
 (0)