File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -123,10 +123,13 @@ def html(_args):
123
123
ENZYME_RVS_ONE_PARAM = "https://github.com/EnzymeAD/Enzyme.jl/issues/2337"
124
124
ENZYME_FWD_BLAS = "https://github.com/EnzymeAD/Enzyme.jl/issues/1995"
125
125
MOONCAKE_THREADED = "https://github.com/chalk-lab/Mooncake.jl/issues/570"
126
+ ENZYME_DEMO_INCORRECT = "https://github.com/EnzymeAD/Enzyme.jl/issues/2387"
126
127
KNOWN_ERRORS = {
127
128
("assume_mvnormal" , "EnzymeForward" ): ENZYME_FWD_BLAS ,
128
129
("assume_wishart" , "EnzymeForward" ): ENZYME_FWD_BLAS ,
129
130
("multithreaded" , "Mooncake" ): MOONCAKE_THREADED ,
131
+ ("dot_assume_observe_index" , "EnzymeForward" ): ENZYME_DEMO_INCORRECT ,
132
+ ("dot_assume_observe_index" , "EnzymeReverse" ): ENZYME_DEMO_INCORRECT ,
130
133
}
131
134
132
135
You can’t perform that action at this time.
0 commit comments