We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c00250e commit 75b31f9Copy full SHA for 75b31f9
README.md
@@ -25,14 +25,10 @@ rustup toolchain link enzyme build/host/stage1
25
rustup toolchain install nightly # enables -Z unstable-options
26
```
27
28
-You can then look at examples in the `library/autodiff/examples/*` folder and run them with
+You can then run an examples from our [docs](https://enzyme.mit.edu/index.fcgi/rust/usage/usage.html) using
29
30
```bash
31
-# rosenbrock forward iteration
32
-cargo +enzyme run --example rosenbrock_fwd_iter --release
33
-
34
-# or all of them
35
-cargo +enzyme test --examples
+cargo +enzyme run --release
36
37
38
## Enzyme Config
0 commit comments