Skip to content

Commit abafa86

Browse files
committed
Fix
1 parent 66b4c6c commit abafa86

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

  • DifferentiationInterface/test/Back/Enzyme

DifferentiationInterface/test/Back/Enzyme/test.jl

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,20 @@ end
7070
logging = LOGGING,
7171
)
7272

73+
test_differentiation(
74+
AutoEnzyme(),
75+
default_scenarios(; include_constantified = true);
76+
excluded = vcat(FIRST_ORDER, :second_derivative),
77+
logging = LOGGING,
78+
)
79+
7380
test_differentiation(
7481
# TODO: replace with AutoEnzyme() when https://github.com/EnzymeAD/Enzyme.jl/issues/2854 is fixed
7582
SecondOrder(
7683
AutoEnzyme(; mode = Enzyme.set_runtime_activity(Enzyme.Forward)),
7784
AutoEnzyme(; mode = Enzyme.set_runtime_activity(Enzyme.Reverse))
7885
),
79-
default_scenarios(; include_constantified = true, include_cachified = true);
86+
default_scenarios(; include_normal = false, include_constantified = false, include_cachified = true);
8087
excluded = vcat(FIRST_ORDER, :second_derivative),
8188
logging = LOGGING,
8289
)

0 commit comments

Comments
 (0)