Skip to content

Commit

Permalink
Temporarily remove QuantizedMLP_basic (llvm#3301)
Browse files Browse the repository at this point in the history
See issue llvm#3298
  • Loading branch information
zjgarvey authored May 7, 2024
1 parent c3bd850 commit 9be6877
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/pt1/e2e_testing/xfail_sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -2676,4 +2676,7 @@
"ScatterReduceFloatSumModuleIncludeSelf",
"ScatterReduceIntProdModuleIncludeSelf",
"ScatterReduceIntSumModuleIncludeSelf",
# The following test sporadically stopped producing correct numerics for the golden value in the CI.
# For now, we are removing the test until this issue has been debugged.
"QuantizedMLP_basic",
}

0 comments on commit 9be6877

Please sign in to comment.