Skip to content

Commit a7852b6

Browse files
committed
comment
1 parent 28d0ca8 commit a7852b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/ad/flows.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ using Enzyme: ForwardMode
1111
return logpdf(flow.dist, x) - logabsdetjac(flow.transform, x)
1212
end
1313
if ENZYME_FWD_AND_1p11
14+
# TODO: Report this upstream (or check if it's already been reported)
1415
@test_throws Enzyme.Compiler.EnzymeInternalError test_ad(f, adtype, randn(7))
1516
else
1617
test_ad(f, adtype, randn(7))

0 commit comments

Comments
 (0)