We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7249158 commit 4e955cbCopy full SHA for 4e955cb
ext/DynamicPPLEnzymeCoreExt.jl
@@ -12,7 +12,6 @@ end
12
13
# Mark istrans as having 0 derivative. The `nothing` return value is not significant, Enzyme
14
# only checks whether such a method exists, and never runs it.
15
-@inline EnzymeCore.EnzymeRules.inactive_noinl(::typeof(DynamicPPL.istrans), args...) =
16
- nothing
+@inline EnzymeCore.EnzymeRules.inactive(::typeof(DynamicPPL.istrans), args...) = nothing
17
18
end
0 commit comments