Skip to content

Commit

Permalink
[spirv] Enable passing round.mlir test (iree-org#9773)
Browse files Browse the repository at this point in the history
  • Loading branch information
antiagainst authored Jul 12, 2022
1 parent 86f0f4e commit 9f5389a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/xla_ops/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ iree_check_single_backend_test_suite(
"reverse.mlir",
"rng_normal.mlir",
"rng_uniform.mlir",
"round.mlir",
"rsqrt.mlir",
"scatter.mlir",
"scatter_dynamic.mlir",
Expand All @@ -383,7 +384,6 @@ iree_check_single_backend_test_suite(
"bitcast_convert.mlir",
"exponential_fp16.mlir",
"fft.mlir", # TODO(#9583)
"round.mlir", # TODO(#9617)
],
),
compiler_flags = ["--iree-input-type=mhlo"],
Expand Down
1 change: 1 addition & 0 deletions tests/e2e/xla_ops/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ iree_check_single_backend_test_suite(
"reverse.mlir"
"rng_normal.mlir"
"rng_uniform.mlir"
"round.mlir"
"rsqrt.mlir"
"scatter.mlir"
"scatter_dynamic.mlir"
Expand Down

0 comments on commit 9f5389a

Please sign in to comment.