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"
19
19
Aqua = " 0.8.7"
20
20
ConcreteStructs = " 0.2.3"
21
21
ConstructionBase = " 1.5"
22
- DifferentiationInterface = " 0.6"
22
+ DifferentiationInterface = " 0.6.1 "
23
23
Enzyme = " 0.12, 0.13"
24
24
EnzymeCore = " 0.7, 0.8"
25
25
ExplicitImports = " 1.9.0"
Original file line number Diff line number Diff line change 7
7
AutoEnzyme (),
8
8
AutoEnzyme (; mode = Enzyme. Reverse),
9
9
AutoZygote (),
10
- # AutoReverseDiff(), # FIXME : https://github.com/gdalle/DifferentiationInterface.jl/issues/503
10
+ AutoReverseDiff (),
11
11
AutoTracker (),
12
12
AutoFiniteDiff ()
13
13
]
91
91
reverse_ADs = [
92
92
AutoEnzyme (),
93
93
AutoEnzyme (; mode = Enzyme. Reverse),
94
- # AutoReverseDiff(), # FIXME : https://github.com/gdalle/DifferentiationInterface.jl/issues/503
94
+ AutoReverseDiff (),
95
95
AutoFiniteDiff ()
96
96
]
97
97
182
182
AutoEnzyme (; mode = Enzyme. Reverse),
183
183
AutoZygote (),
184
184
AutoTracker (),
185
- # AutoReverseDiff(), # FIXME : https://github.com/gdalle/DifferentiationInterface.jl/issues/503
185
+ AutoReverseDiff (),
186
186
AutoFiniteDiff ()
187
187
]
188
188
You can’t perform that action at this time.
0 commit comments