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
* Add safe mode
* Add test to check that safe mode is on by default
* Bump minor version
* Update test/dense.jl
---------
Co-authored-by: Guillaume Dalle <[email protected]>
Struct used to select the [Tapir.jl](https://github.com/withbayes/Tapir.jl) backend for automatic differentiation.
173
173
174
174
Exported from [ADTypes.jl](https://github.com/SciML/ADTypes.jl).
175
+
176
+
# Keyword Arguments
177
+
178
+
- `safe_mode::Bool`: whether to run additional checks to catch errors early. On by default. Turn off to maximise performance if your code runs correctly.
0 commit comments