Skip to content

Commit 11feea0

Browse files
committed
Add potential instability warning
1 parent 559196a commit 11feea0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/autodiff/debugging.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ To confirm that your previous step worked, we will use llvm's `opt` tool. find y
3030
```sh
3131
<path/to/opt> out.ll -load-pass-plugin=/path/to/build/<target-triple>/stage1/lib/libEnzyme-21.so -passes="enzyme" -enzyme-strict-aliasing=0 -s
3232
```
33+
This command might fail for future versions or on your system, in which case you should replace libEnzyme-21.so with LLVMEnzyme-21.so. Look at the Enzyme docs for instructions on how to build it. You might need to also adjust how to build your LLVM version.
3334

3435
If the previous step succeeded, you are going to see the same error that you saw when compiling your rust code with cargo.
3536

0 commit comments

Comments
 (0)