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 c1ba0c5 commit 8933c81Copy full SHA for 8933c81
src/logdensityfunction.jl
@@ -11,6 +11,7 @@ calculation; it is just that the DynamicPPL developers do not commit to
11
maintaining compatibility with them.
12
"""
13
is_supported(::ADTypes.AbstractADType) = false
14
+is_supported(::ADTypes.AutoEnzyme) = true
15
is_supported(::ADTypes.AutoForwardDiff) = true
16
is_supported(::ADTypes.AutoMooncake) = true
17
is_supported(::ADTypes.AutoReverseDiff) = true
0 commit comments