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 bf73fd0 commit ad88334Copy full SHA for ad88334
ext/DynamicPPLEnzymeCoreExt.jl
@@ -10,4 +10,9 @@ end
10
11
@inline EnzymeCore.EnzymeRules.inactive_type(::Type{<:DynamicPPL.SamplingContext}) = true
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
17
+
18
end
0 commit comments