Skip to content

Commit

Permalink
fix: DI now works with ReverseDiff
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Sep 25, 2024
1 parent 153244f commit 0d0f19a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/SciMLJacobianOperators/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ADTypes = "1.8.1"
Aqua = "0.8.7"
ConcreteStructs = "0.2.3"
ConstructionBase = "1.5"
DifferentiationInterface = "0.6"
DifferentiationInterface = "0.6.1"
Enzyme = "0.12, 0.13"
EnzymeCore = "0.7, 0.8"
ExplicitImports = "1.9.0"
Expand Down
6 changes: 3 additions & 3 deletions lib/SciMLJacobianOperators/test/core_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
AutoEnzyme(),
AutoEnzyme(; mode = Enzyme.Reverse),
AutoZygote(),
# AutoReverseDiff(), # FIXME: https://github.com/gdalle/DifferentiationInterface.jl/issues/503
AutoReverseDiff(),
AutoTracker(),
AutoFiniteDiff()
]
Expand Down Expand Up @@ -91,7 +91,7 @@ end
reverse_ADs = [
AutoEnzyme(),
AutoEnzyme(; mode = Enzyme.Reverse),
# AutoReverseDiff(), # FIXME: https://github.com/gdalle/DifferentiationInterface.jl/issues/503
AutoReverseDiff(),
AutoFiniteDiff()
]

Expand Down Expand Up @@ -182,7 +182,7 @@ end
AutoEnzyme(; mode = Enzyme.Reverse),
AutoZygote(),
AutoTracker(),
# AutoReverseDiff(), # FIXME: https://github.com/gdalle/DifferentiationInterface.jl/issues/503
AutoReverseDiff(),
AutoFiniteDiff()
]

Expand Down

0 comments on commit 0d0f19a

Please sign in to comment.