Skip to content

Commit

Permalink
Fix twoarg
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Jul 28, 2024
1 parent 1dc2225 commit e5e9faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DifferentiationInterface/test/Back/SecondOrder/test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ using Test
## Dense

onearg_backends = [
SecondOrder(AutoForwardDiff(), AutoReverseDiff()),
SecondOrder(AutoForwardDiff(), AutoZygote()),
SecondOrder(AutoReverseDiff(), AutoZygote()),
]

twoarg_backends = [
SecondOrder(AutoForwardDiff(), AutoReverseDiff()),
SecondOrder(
AutoForwardDiff(), AutoEnzyme(; mode=Enzyme.Forward, constant_function=true)
),
Expand Down

0 comments on commit e5e9faf

Please sign in to comment.