Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/autodiff/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Most users can enable `std::autodiff` on their latest nightly toolchain by installing the `enzyme` component with rustup, if they are using one of these platforms:

- **Linux**: with `x86_64-unknown-linux-gnu` or `aarch64-unknown-linux-gnu`
- **macOS**: with `aarch64-apple-darwin`
- **macOS**: with `aarch64-apple-darwin` or `x86_64-apple-darwin`
- **Windows**: with `x86_64-llvm-mingw` or `aarch64-llvm-mingw`

As a rustc/enzyme/autodiff contributor, or if you need any other platform, you can build rustc including autodiff from source.
Expand Down
Loading