Skip to content

Commit

Permalink
Disabling CUDA transform dialect reduction tests as they are flakey.
Browse files Browse the repository at this point in the history
Tracked in #15892.
  • Loading branch information
benvanik committed Dec 12, 2023
1 parent 2529fb3 commit f1f9fda
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
9 changes: 5 additions & 4 deletions tests/transform_dialect/cuda/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ iree_lit_test_suite(
name = "lit",
srcs = [
"mma.mlir",
"reduction.mlir",
"reduction_eltwise.mlir",
"reduction_v2.mlir",
"reduction_v2_uneven.mlir",
# TODO(#15892): reductions have flakes and need to be triaged.
# "reduction.mlir",
# "reduction_eltwise.mlir",
# "reduction_v2.mlir",
# "reduction_v2_uneven.mlir",
"softmax.mlir",
"softmax_v2.mlir",
# First few ops of softmax only, acts as a proxy example.
Expand Down
4 changes: 0 additions & 4 deletions tests/transform_dialect/cuda/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ iree_lit_test_suite(
lit
SRCS
"mma.mlir"
"reduction.mlir"
"reduction_eltwise.mlir"
"reduction_v2.mlir"
"reduction_v2_uneven.mlir"
"softmax.mlir"
"softmax_partial.mlir"
"softmax_v2.mlir"
Expand Down

0 comments on commit f1f9fda

Please sign in to comment.