Merge pull request #32738 from ROCmSoftwarePlatform:google-upstream-pr-xla-no-rocm-tag
PiperOrigin-RevId: 270790979
This commit is contained in:
commit
e9731534a2
@ -34,6 +34,7 @@ def glob_lit_tests(
|
||||
native.py_test(
|
||||
name = "glob_lit_tests",
|
||||
srcs = ["@llvm//:lit"],
|
||||
tags = ["no_rocm"],
|
||||
args = [
|
||||
"tensorflow/compiler/mlir --config-prefix=runlit",
|
||||
],
|
||||
|
@ -632,6 +632,7 @@ cc_library(
|
||||
tf_cc_test(
|
||||
name = "error_util_test",
|
||||
srcs = ["utils/error_util_test.cc"],
|
||||
tags = ["no_rocm"],
|
||||
deps = [
|
||||
":error_util",
|
||||
"//tensorflow/compiler/xla:test",
|
||||
|
@ -395,6 +395,7 @@ tf_xla_py_test(
|
||||
srcs = ["depthwise_conv_op_test.py"],
|
||||
shard_count = 5,
|
||||
tags = [
|
||||
"no_rocm",
|
||||
"noasan",
|
||||
"nomsan",
|
||||
"notsan",
|
||||
|
@ -1455,7 +1455,7 @@ cc_library(
|
||||
tf_cc_test(
|
||||
name = "buffer_comparator_test",
|
||||
srcs = ["buffer_comparator_test.cc"],
|
||||
tags = tf_cuda_tests_tags(),
|
||||
tags = ["no_rocm"] + tf_cuda_tests_tags(),
|
||||
deps = [
|
||||
":buffer_comparator",
|
||||
"//tensorflow/compiler/xla:shape_util",
|
||||
|
Loading…
x
Reference in New Issue
Block a user