File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
lib/SciMLJacobianOperators Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ ADTypes = "1.8.1"
1919Aqua = " 0.8.7"
2020ConcreteStructs = " 0.2.3"
2121ConstructionBase = " 1.5"
22- DifferentiationInterface = " 0.6"
22+ DifferentiationInterface = " 0.6.1 "
2323Enzyme = " 0.12, 0.13"
2424EnzymeCore = " 0.7, 0.8"
2525ExplicitImports = " 1.9.0"
Original file line number Diff line number Diff line change 77 AutoEnzyme (),
88 AutoEnzyme (; mode = Enzyme. Reverse),
99 AutoZygote (),
10- # AutoReverseDiff(), # FIXME : https://github.com/gdalle/DifferentiationInterface.jl/issues/503
10+ AutoReverseDiff (),
1111 AutoTracker (),
1212 AutoFiniteDiff ()
1313 ]
9191 reverse_ADs = [
9292 AutoEnzyme (),
9393 AutoEnzyme (; mode = Enzyme. Reverse),
94- # AutoReverseDiff(), # FIXME : https://github.com/gdalle/DifferentiationInterface.jl/issues/503
94+ AutoReverseDiff (),
9595 AutoFiniteDiff ()
9696 ]
9797
182182 AutoEnzyme (; mode = Enzyme. Reverse),
183183 AutoZygote (),
184184 AutoTracker (),
185- # AutoReverseDiff(), # FIXME : https://github.com/gdalle/DifferentiationInterface.jl/issues/503
185+ AutoReverseDiff (),
186186 AutoFiniteDiff ()
187187 ]
188188
You can’t perform that action at this time.
0 commit comments