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: docs/src/tutorial.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
```@meta
2
+
CurrentModule = Main
3
+
```
4
+
1
5
# Tutorial
2
6
3
7
We present a typical workflow with DifferentiationInterface.jl and showcase its potential performance benefits.
@@ -132,10 +136,10 @@ You didn't need to look at the docs of either ForwardDiff.jl or Enzyme.jl to ach
132
136
## Testing and benchmarking
133
137
134
138
DifferentiationInterface.jl also provides some utilities for more involved comparison between backends.
135
-
They are gathered in a submodule.
139
+
They are gathered in a submodule called [`DifferentiationInterfaceTest`](https://github.com/gdalle/DifferentiationInterface.jl/tree/main/lib/DifferentiationInterfaceTest).
136
140
137
141
```@repl tuto
138
-
using DifferentiationInterface.DifferentiationTest
142
+
using DifferentiationInterfaceTest
139
143
```
140
144
141
145
The main entry point is [`test_differentiation`](@ref), which is used as follows:
0 commit comments