Skip to content

Commit 2c313e3

Browse files
committed
add known enzyme issues
1 parent 26280cd commit 2c313e3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

web/src/lib/ResultsTable.svelte

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,18 @@
1818
const ENZYME_FWD_BLAS = "https://github.com/EnzymeAD/Enzyme.jl/issues/1995";
1919
const MOONCAKE_THREADED =
2020
"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";
2123
const KNOWN_ERRORS = {
2224
assume_mvnormal__EnzymeForward: ENZYME_FWD_BLAS,
2325
assume_wishart__EnzymeForward: ENZYME_FWD_BLAS,
2426
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,
2533
};
2634
</script>
2735

0 commit comments

Comments
 (0)