Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,10 @@ rustup toolchain link enzyme build/host/stage1
rustup toolchain install nightly # enables -Z unstable-options
```

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

```bash
# rosenbrock forward iteration
cargo +enzyme run --example rosenbrock_fwd_iter --release

# or all of them
cargo +enzyme test --examples
cargo +enzyme run --release
```

## Enzyme Config
Expand Down