Skip to content

Commit 655de43

Browse files
authored
fix link to installation guide from getting_started (#25)
1 parent 30cf4cd commit 655de43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/getting_started/UsingEnzyme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ entry:
6565
```
6666

6767
## Performing AD Enzyme
68-
We can now run Enzyme to differentiate our LLVM IR. The following command will load Enzyme and run the differentiation transformation pass. Note that `opt` should be the path to whatever opt was creating by the LLVM you built Enzyme against. If you see a segfault when trying to run opt, this is likely an issue in LLVM's plugin infrasture. Please see [the installation guide](/getting_started/Installation) for more information on how to resolve this. For LLVM 13 or a higher version, please see [FAQ](/getting_started/Faq).
68+
We can now run Enzyme to differentiate our LLVM IR. The following command will load Enzyme and run the differentiation transformation pass. Note that `opt` should be the path to whatever opt was creating by the LLVM you built Enzyme against. If you see a segfault when trying to run opt, this is likely an issue in LLVM's plugin infrasture. Please see [the installation guide](/Installation) for more information on how to resolve this. For LLVM 13 or a higher version, please see [FAQ](/getting_started/Faq).
6969

7070
```sh
7171
opt input.ll -load=/path/to/Enzyme/enzyme/build/Enzyme/LLVMEnzyme-<VERSION>.so -enzyme -o output.ll -S

0 commit comments

Comments
 (0)