You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DifferentiationInterfaceTest/docs/src/tutorial.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ import ForwardDiff, Zygote
9
9
10
10
## Introduction
11
11
12
-
The AD backends we want to compare are [ForwardDiff.jl](https://github.com/JuliaDiff/ForwardDiff.jl) and [Enzyme.jl](https://github.com/EnzymeAD/Enzyme.jl).
12
+
The AD backends we want to compare are [ForwardDiff.jl](https://github.com/JuliaDiff/ForwardDiff.jl) and [Zygote.jl](https://github.com/FluxML/Zygote.jl).
13
13
14
14
```@example tuto
15
15
backends = [AutoForwardDiff(), AutoZygote()]
@@ -60,8 +60,6 @@ test_differentiation(
60
60
)
61
61
```
62
62
63
-
If you are too lazy to manually specify the reference, you can also provide an AD backend as the `ref_backend` keyword argument, which will serve as the ground truth for comparison.
64
-
65
63
## Benchmarking
66
64
67
65
Once you are confident that your backends give the correct answers, you probably want to compare their performance.
0 commit comments