Skip to content

Commit 9088eb7

Browse files
also inactivate for enzyme
1 parent 23fa6b6 commit 9088eb7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/OrdinaryDiffEqCore/ext/OrdinaryDiffEqCoreEnzymeCoreExt.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,9 @@ function EnzymeCore.EnzymeRules.inactive_noinl(
2626
true
2727
end
2828

29+
function EnzymeCore.EnzymeRules.inactive_noinl(
30+
::typeof(OrdinaryDiffEqCore.final_progress), args...)
31+
true
32+
end
33+
2934
end

0 commit comments

Comments
 (0)