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 28d0ca8 commit a7852b6Copy full SHA for a7852b6
test/ad/flows.jl
@@ -11,6 +11,7 @@ using Enzyme: ForwardMode
11
return logpdf(flow.dist, x) - logabsdetjac(flow.transform, x)
12
end
13
if ENZYME_FWD_AND_1p11
14
+ # TODO: Report this upstream (or check if it's already been reported)
15
@test_throws Enzyme.Compiler.EnzymeInternalError test_ad(f, adtype, randn(7))
16
else
17
test_ad(f, adtype, randn(7))
0 commit comments