Skip to content

Commit

Permalink
Skip gpu_kernel_tiling_test and transpose_mlir_test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmakevic-amd committed Sep 3, 2024
1 parent 1e3ef63 commit ef2d450
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions third_party/xla/xla/service/gpu/fusions/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ xla_test(
name = "transpose_mlir_test",
srcs = ["transpose_mlir_test.cc"],
backends = ["gpu"],
tags = ["no_rocm"], # TODO(rocm): weekly sync 24-08-20
deps = [
":mlir_emitter_test_base",
":transpose_mlir",
Expand Down
1 change: 1 addition & 0 deletions third_party/xla/xla/service/gpu/tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ xla_test(
"gpu_p100",
"gpu_amd_any",
] + if_oss(["gpu_any"]),
tags = ["no_rocm"], # TODO(rocm): weekly sync 24-08-20
deps = [
":gpu_codegen_test",
"//xla:error_spec",
Expand Down

0 comments on commit ef2d450

Please sign in to comment.