You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/autodiff/installation.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ For the meantime, you can download up-to-date builds to enable `std::autodiff` o
6
6
**Linux**, with `x86_64-unknown-linux-gnu` or `aarch64-unknown-linux-gnu`
7
7
**Windows**, with `x86_64-llvm-mingw` or `aarch64-llvm-mingw`
8
8
9
-
You can also download slightly outdated builds for **Apple** (aarch64-apple), which should generally work for now.
9
+
In the past you could also download builds for **Apple** (aarch64-apple), however they are not usable at the moment.
10
10
11
11
If you need any other platform, you can build rustc including autodiff from source.
12
12
Please open an issue if you want to help enabling automatic builds for your prefered target.
@@ -23,8 +23,7 @@ For now, you'll have to manually download and copy it.
23
23
4) Under the `CI artifacts` section, find the `enzyme-nightly` artifact, download, and unpack it.
24
24
5) Copy the artifact (libEnzyme-22.so for linux, libEnzyme-22.dylib for apple, etc.), which should be in a folder named `enzyme-preview`, to your rust toolchain directory. E.g. for linux: `cp ~/Downloads/enzyme-nightly-x86_64-unknown-linux-gnu/enzyme-preview/lib/rustlib/x86_64-unknown-linux-gnu/lib/libEnzyme-22.so ~/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib`
25
25
26
-
Apple support was temporarily reverted, due to downstream breakages.
27
-
If you want to download autodiff for apple, please look at the artifacts from this [`run`].
26
+
Apple support was temporarily reverted, due to downstream breakages. Please (currently) build it from source.
28
27
29
28
## Installation guide for Nix user.
30
29
@@ -144,5 +143,4 @@ This will build Enzyme, and you can find it in `Enzyme/enzyme/build/lib/<LLD/Cla
0 commit comments