Skip to content

Commit 9135a29

Browse files
committed
Remove remaining cuda-only tags and move failing subtests to test scripts
1 parent 1787300 commit 9135a29

File tree

29 files changed

+86
-63
lines changed

29 files changed

+86
-63
lines changed

tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ glob_lit_tests(
294294
default_tags = [
295295
"no_mac", # TODO(b/191167848)
296296
"no_oss", # TODO(b/190855110)
297-
"cuda-only",
298297
],
299298
driver = "@llvm-project//mlir:run_lit.sh",
300299
exclude = [

tensorflow/compiler/tests/BUILD

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1788,7 +1788,6 @@ tf_xla_py_strict_test(
17881788
srcs = ["unary_ops_test.py"],
17891789
shard_count = 20,
17901790
tags = [
1791-
"cuda-only",
17921791
"no_aarch64", # TODO(b/348125886)
17931792
"no_cuda_asan", # times out
17941793
"no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip
@@ -2861,7 +2860,6 @@ tf_cuda_cc_test(
28612860
tags = [
28622861
"config-cuda-only",
28632862
"no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip
2864-
"cuda-only", # ROCmSoftwarePlatform #958
28652863
"noasan", # TODO(b/201651800)
28662864
"requires-gpu-nvidia",
28672865
] + tf_cuda_tests_tags(),
@@ -2882,7 +2880,6 @@ tf_cuda_cc_test(
28822880
tags = [
28832881
"config-cuda-only",
28842882
"no_pip", # TODO(b/149738646): fix pip install so these tests run on kokoro pip
2885-
"cuda-only", # ROCmSoftwarePlatform #958
28862883
"noasan", # TODO(b/201651800)
28872884
"requires-gpu-nvidia",
28882885
] + tf_cuda_tests_tags(),

tensorflow/core/kernels/mkl/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,6 @@ tf_cc_test_mkl(
427427
size = "small",
428428
srcs = ["mkl_fused_batch_norm_op_test.cc"],
429429
linkstatic = 1,
430-
tags = ["cuda-only"], # fails on AMD Rome CPUs as of 2021-03-29
431430
deps = [
432431
":mkl_conv_op",
433432
":mkl_fused_batch_norm_op",

tensorflow/core/kernels/mlir_generated/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,6 @@ tf_cuda_cc_test(
557557
tags = tf_cuda_tests_tags() + [
558558
"no_cuda", # TODO(b/196608406): re-enable
559559
"no_cuda_asan", # TODO(b/171341759): re-enable.
560-
"cuda-only",
561560
],
562561
deps = [
563562
":base_binary_ops_test",

tensorflow/core/nccl/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ tf_cuda_cc_test(
6161
"multi_gpu",
6262
"no_oss",
6363
"notap",
64-
"cuda-only", # flaky on CI as of 2022-05-30
6564
],
6665
deps = [
6766
"//tensorflow/core:test",

tensorflow/core/util/autotune_maps/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ tf_cuda_only_cc_test(
193193
size = "small",
194194
srcs = ["autotune_serialize_test.cc"],
195195
features = ["-layering_check"],
196-
tags = ["cuda-only"],
197196
deps = [
198197
":autotune_serialize",
199198
":conv_autotune_maps",

tensorflow/dtensor/cc/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ tf_kernel_library(
225225
"dtensor_tpu_kernels.cc",
226226
],
227227
tags = [
228-
"cuda-only",
229228
"tpu",
230229
], # Disable building of TPU kernels on non-TPU platforms.
231230
deps = [

tensorflow/dtensor/python/tests/BUILD

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -746,9 +746,6 @@ dtensor_test(
746746
"tpu": 10,
747747
TPU_V3_DONUT_BACKEND: 32,
748748
},
749-
tags = [
750-
"cuda-only",
751-
],
752749
deps = [
753750
":test_util",
754751
"//tensorflow/dtensor/python:api",
@@ -802,7 +799,6 @@ dtensor_test(
802799
},
803800
tags = [
804801
"no_oss_py38", # TODO(b/267017937)
805-
"cuda-only",
806802
],
807803
deps = [
808804
":test_util",

tensorflow/python/compiler/tensorrt/test/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ filegroup(
7474

7575
base_tags = [
7676
"no_cuda_on_cpu_tap",
77-
"cuda-only",
7877
"no_windows",
7978
"nomac",
8079
# TODO(b/303453873): Re-enable tests once TensorRT has been updated

tensorflow/python/debug/lib/BUILD

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,6 @@ cuda_py_strict_test(
331331
shard_count = 4,
332332
tags = [
333333
"no_windows", # TODO(b/142475891): Enable this test on Windows.
334-
"cuda-only", #TODO(ROCm) Re-enable after issue is fixed.
335334
],
336335
xla_enable_strict_auto_jit = False, # Node names are different with autojit
337336
deps = [
@@ -363,7 +362,6 @@ cuda_py_strict_test(
363362
python_version = "PY3",
364363
tags = [
365364
"no_windows_gpu",
366-
"cuda-only", #TODO(ROCm) Re-enable after issue is fixed.
367365
],
368366
deps = [
369367
":debug_events_reader",

0 commit comments

Comments
 (0)