File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 18
18
const ENZYME_FWD_BLAS = " https://github.com/EnzymeAD/Enzyme.jl/issues/1995" ;
19
19
const MOONCAKE_THREADED =
20
20
" https://github.com/chalk-lab/Mooncake.jl/issues/570" ;
21
+ const ENZYME_FWD_VNDICT = " https://github.com/EnzymeAD/Enzyme.jl/issues/2580" ;
22
+ const ENZYME_ELTYPE = " https://github.com/EnzymeAD/Enzyme.jl/issues/2589" ;
21
23
const KNOWN_ERRORS = {
22
24
assume_mvnormal__EnzymeForward: ENZYME_FWD_BLAS ,
23
25
assume_wishart__EnzymeForward: ENZYME_FWD_BLAS ,
24
26
multithreaded__Mooncake: MOONCAKE_THREADED ,
27
+ demo_dot_assume_observe__EnzymeReverse: ENZYME_FWD_VNDICT ,
28
+ demo_dot_assume_observe_index__EnzymeReverse: ENZYME_FWD_VNDICT ,
29
+ demo_dot_assume_observe_matrix_index__EnzymeReverse: ENZYME_FWD_VNDICT ,
30
+ demo_dot_assume_observe_submodel__EnzymeReverse: ENZYME_FWD_VNDICT ,
31
+ multiple_constraints_same_var__EnzymeForward: ENZYME_ELTYPE ,
32
+ multiple_constraints_same_var__EnzymeReverse: ENZYME_ELTYPE ,
25
33
};
26
34
</script >
27
35
You can’t perform that action at this time.
0 commit comments