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/src/test_differentiation.jl
+12-10Lines changed: 12 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Cross-test a list of `backends` on a list of `scenarios`, running a variety of d
29
29
Testing:
30
30
31
31
- `correctness=true`: whether to compare the differentiation results with the theoretical values specified in each scenario
32
-
- `type_stability=false`: whether to check type stability of operators with JET.jl (thanks to `JET.@test_opt`)
32
+
- `type_stability=false`: whether to check type stability of operators with JET.jl (thanks to `JET.@test_opt`). It can be either a `Bool` or a more detailed named tuple `(; preparation, prepared_op, unprepared_op)` to specify which variants should be analyzed.
33
33
- `sparsity`: whether to check sparsity of the jacobian / hessian
34
34
- `detailed=false`: whether to print a detailed or condensed test log
0 commit comments