Skip to content

Commit 90ba736

Browse files
Merge pull request #2481 from wsmoses/patch-1
EnzymeExt Use inactive_noinl
2 parents 084b53c + 4f5ae3f commit 90ba736

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
module OrdinaryDiffEqCoreEnzymeCoreExt
22
import OrdinaryDiffEqCore, EnzymeCore
33

4-
EnzymeCore.EnzymeRules.inactive(::typeof(OrdinaryDiffEqCore.increment_nf!), args...) = true
5-
function EnzymeCore.EnzymeRules.inactive(
4+
EnzymeCore.EnzymeRules.inactive_noinl(::typeof(OrdinaryDiffEqCore.increment_nf!), args...) = true
5+
function EnzymeCore.EnzymeRules.inactive_noinl(
66
::typeof(OrdinaryDiffEqCore.fixed_t_for_floatingpoint_error!), args...)
77
true
88
end
9-
function EnzymeCore.EnzymeRules.inactive(
9+
function EnzymeCore.EnzymeRules.inactive_noinl(
1010
::typeof(OrdinaryDiffEqCore.increment_accept!), args...)
1111
true
1212
end
13-
function EnzymeCore.EnzymeRules.inactive(
13+
function EnzymeCore.EnzymeRules.inactive_noinl(
1414
::typeof(OrdinaryDiffEqCore.increment_reject!), args...)
1515
true
1616
end
17-
EnzymeCore.EnzymeRules.inactive(::typeof(OrdinaryDiffEqCore.check_error!), args...) = true
18-
EnzymeCore.EnzymeRules.inactive(::typeof(OrdinaryDiffEqCore.log_step!), args...) = true
17+
EnzymeCore.EnzymeRules.inactive_noinl(::typeof(OrdinaryDiffEqCore.check_error!), args...) = true
18+
EnzymeCore.EnzymeRules.inactive_noinl(::typeof(OrdinaryDiffEqCore.log_step!), args...) = true
1919

2020
end

0 commit comments

Comments
 (0)