Skip to content

Commit

Permalink
Enable mhlo.while e2e/xla_ops test for linalg-on-tensors path (#5054)
Browse files Browse the repository at this point in the history
  • Loading branch information
asaadaldien authored Mar 11, 2021
1 parent 0f455f2 commit baf8a2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iree/test/e2e/xla_ops/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ iree_check_single_backend_test_suite(
# https://github.com/google/iree/issues/4079
# "torch_index_select.mlir",
"transpose.mlir",
# "while.mlir",
"while.mlir",
],
compiler_flags = [
"-iree-flow-dispatch-linalg-on-tensors",
Expand Down Expand Up @@ -246,7 +246,7 @@ iree_check_single_backend_test_suite(
# https://github.com/google/iree/issues/4079
# "torch_index_select.mlir",
"transpose.mlir",
# "while.mlir",
"while.mlir",
],
compiler_flags = [
"-iree-flow-dispatch-linalg-on-tensors",
Expand Down
2 changes: 2 additions & 0 deletions iree/test/e2e/xla_ops/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ iree_check_single_backend_test_suite(
"subtract.mlir"
"tanh.mlir"
"transpose.mlir"
"while.mlir"
TARGET_BACKEND
"dylib-llvm-aot"
DRIVER
Expand Down Expand Up @@ -213,6 +214,7 @@ iree_check_single_backend_test_suite(
"subtract.mlir"
"tanh.mlir"
"transpose.mlir"
"while.mlir"
TARGET_BACKEND
"vulkan-spirv"
DRIVER
Expand Down

0 comments on commit baf8a2d

Please sign in to comment.