Merge pull request #32738 from ROCmSoftwarePlatform:google-upstream-pr-xla-no-rocm-tag

PiperOrigin-RevId: 270790979
This commit is contained in:
TensorFlower Gardener 2019-09-23 17:07:04 -07:00
commit e9731534a2
4 changed files with 4 additions and 1 deletions

View File

@ -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",
],

View File

@ -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",

View File

@ -395,6 +395,7 @@ tf_xla_py_test(
srcs = ["depthwise_conv_op_test.py"],
shard_count = 5,
tags = [
"no_rocm",
"noasan",
"nomsan",
"notsan",

View File

@ -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",