Skip to content

Commit

Permalink
fix link to installation guide from getting_started (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaferranti authored May 15, 2024
1 parent 30cf4cd commit 655de43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/getting_started/UsingEnzyme.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ entry:
```

## Performing AD Enzyme
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).
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).

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

0 comments on commit 655de43

Please sign in to comment.