Skip to content

Commit a28f271

Browse files
committed
Add link to Enzyme issue
1 parent 00225ef commit a28f271

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ad.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,13 @@ def html(_args):
123123
ENZYME_RVS_ONE_PARAM = "https://github.com/EnzymeAD/Enzyme.jl/issues/2337"
124124
ENZYME_FWD_BLAS = "https://github.com/EnzymeAD/Enzyme.jl/issues/1995"
125125
MOONCAKE_THREADED = "https://github.com/chalk-lab/Mooncake.jl/issues/570"
126+
ENZYME_DEMO_INCORRECT = "https://github.com/EnzymeAD/Enzyme.jl/issues/2387"
126127
KNOWN_ERRORS = {
127128
("assume_mvnormal", "EnzymeForward"): ENZYME_FWD_BLAS,
128129
("assume_wishart", "EnzymeForward"): ENZYME_FWD_BLAS,
129130
("multithreaded", "Mooncake"): MOONCAKE_THREADED,
131+
("dot_assume_observe_index", "EnzymeForward"): ENZYME_DEMO_INCORRECT,
132+
("dot_assume_observe_index", "EnzymeReverse"): ENZYME_DEMO_INCORRECT,
130133
}
131134

132135

0 commit comments

Comments
 (0)