Skip to content

Commit

Permalink
Skip step 6
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Dec 5, 2024
1 parent b2b73d3 commit f7773a2
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions DifferentiationInterface/test/Back/Enzyme/test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,13 @@ test_differentiation(
)

@info "Step 6"
test_differentiation(
AutoEnzyme(; mode=Enzyme.Reverse);
excluded=vcat(FIRST_ORDER, [:second_derivative]),
logging=LOGGING,
)
if VERSION < v"1.11"
test_differentiation(
AutoEnzyme(; mode=Enzyme.Reverse);
excluded=vcat(FIRST_ORDER, [:second_derivative]),
logging=LOGGING,
)
end
end

@testset "Sparse" begin
Expand Down

0 comments on commit f7773a2

Please sign in to comment.