Skip to content

Commit 6201fcc

Browse files
committed
fix: DI now works with ReverseDiff
1 parent 153244f commit 6201fcc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/SciMLJacobianOperators/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ADTypes = "1.8.1"
1919
Aqua = "0.8.7"
2020
ConcreteStructs = "0.2.3"
2121
ConstructionBase = "1.5"
22-
DifferentiationInterface = "0.6"
22+
DifferentiationInterface = "0.6.1"
2323
Enzyme = "0.12, 0.13"
2424
EnzymeCore = "0.7, 0.8"
2525
ExplicitImports = "1.9.0"

lib/SciMLJacobianOperators/test/core_tests.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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
]
@@ -91,7 +91,7 @@ end
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

@@ -182,7 +182,7 @@ end
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

0 commit comments

Comments
 (0)