Skip to content

Commit d6a64b2

Browse files
authored
Emphasize operator preparation in README (#266)
* Emphasize operator preparation in README * Remove doctest
1 parent fe4ba4c commit d6a64b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DifferentiationInterface/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ value_and_gradient(f, AutoEnzyme(), x) # returns (5.0, [2.0, 4.0]) with Enz
8484
value_and_gradient(f, AutoZygote(), x) # returns (5.0, [2.0, 4.0]) with Zygote.jl
8585
```
8686

87-
For more performance, take a look at the [DifferentiationInterface tutorial](https://gdalle.github.io/DifferentiationInterface.jl/DifferentiationInterface/stable/tutorial/).
87+
To improve your performance by up to several orders of magnitude compared to this example, take a look at the [DifferentiationInterface tutorial](https://gdalle.github.io/DifferentiationInterface.jl/DifferentiationInterface/stable/tutorial/) and its section on operator preparation.
8888

8989
## Related packages
9090

0 commit comments

Comments
 (0)