Skip to content

Commit

Permalink
Disable failing Pixel6/Vulkan stablehlo_ops tests again. (#17851)
Browse files Browse the repository at this point in the history
Patching over the regressions reported here:
#17843 (comment)

I'm not sure we should still be testing on Pixel 6 though. Might want to
switch to a newer phone or drop those tests down a support level.
  • Loading branch information
ScottTodd authored Jul 10, 2024
1 parent 39940cb commit d174e8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/stablehlo_ops/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ iree_check_single_backend_test_suite(
"dynamic_update_slice.mlir",
"exponential.mlir",
"exponential_minus_one.mlir",
"fft.mlir",
"finite.mlir",
"floor.mlir",
"gather.mlir",
Expand All @@ -236,7 +235,6 @@ iree_check_single_backend_test_suite(
"reduce_window.mlir",
"remainder.mlir",
"reshape.mlir",
"reverse.mlir",
"rng_normal.mlir",
"rng_uniform.mlir",
"round.mlir",
Expand All @@ -258,6 +256,8 @@ iree_check_single_backend_test_suite(
include = ["*.mlir"],
exclude = [
"exponential_fp16.mlir",
"fft.mlir", # TODO(#9583)
"reverse.mlir", # TODO(#12415): disabled due to miscompilation on Pixel 6.
],
),
compiler_flags = [
Expand Down
2 changes: 0 additions & 2 deletions tests/e2e/stablehlo_ops/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ iree_check_single_backend_test_suite(
"dynamic_update_slice.mlir"
"exponential.mlir"
"exponential_minus_one.mlir"
"fft.mlir"
"finite.mlir"
"floor.mlir"
"gather.mlir"
Expand All @@ -283,7 +282,6 @@ iree_check_single_backend_test_suite(
"reduce_window.mlir"
"remainder.mlir"
"reshape.mlir"
"reverse.mlir"
"rng_normal.mlir"
"rng_uniform.mlir"
"round.mlir"
Expand Down

0 comments on commit d174e8b

Please sign in to comment.