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
[](https://github.com/SciML/ColPrac)
| Build status |[](https://github.com/JuliaDiff/DifferentiationInterface.jl/actions/workflows/Test.yml?query=branch%3Amain)[](https://app.codecov.io/gh/JuliaDiff/DifferentiationInterface.jl)|
8
+
| Documentation |[](https://juliadiff.org/DifferentiationInterface.jl/DifferentiationInterface/stable/)[](https://juliadiff.org/DifferentiationInterface.jl/DifferentiationInterface/dev/)[](https://github.com/SciML/ColPrac)|
[](https://github.com/SciML/ColPrac)
| Build status |[](https://github.com/JuliaDiff/DifferentiationInterface.jl/actions/workflows/Test.yml?query=branch%3Amain)[](https://app.codecov.io/gh/JuliaDiff/DifferentiationInterface.jl)|
6
+
| Documentation |[](https://juliadiff.org/DifferentiationInterface.jl/DifferentiationInterfaceTest/stable/)[](https://juliadiff.org/DifferentiationInterface.jl/DifferentiationInterfaceTest/dev/)[](https://github.com/SciML/ColPrac)|
Testing and benchmarking utilities for automatic differentiation (AD) in Julia, based on [DifferentiationInterface](https://github.com/JuliaDiff/DifferentiationInterface.jl/tree/main/DifferentiationInterface).
15
11
16
12
## Goal
17
13
18
14
Make it easy to know, for a given function:
19
15
20
-
- which AD backends can differentiate it
21
-
- how fast they can do it
16
+
- which AD backends can differentiate it
17
+
- how fast they can do it
22
18
23
19
## Features
24
20
25
-
- Definition of custom test scenarios
26
-
- Correctness tests
27
-
- Type stability tests
28
-
- Count calls to the function
29
-
- Benchmark runtime and allocations
21
+
- Definition of custom test scenarios
22
+
- Correctness tests
23
+
- Type stability tests
24
+
- Count calls to the function
25
+
- Benchmark runtime and allocations
30
26
31
27
## Installation
32
28
@@ -53,3 +49,7 @@ Pkg.add(;
53
49
subdir="DifferentiationInterfaceTest",
54
50
)
55
51
```
52
+
53
+
## Citation
54
+
55
+
See the citation instructions for [DifferentiationInterface](https://github.com/JuliaDiff/DifferentiationInterface.jl/tree/main/DifferentiationInterface).
0 commit comments