File tree Expand file tree Collapse file tree 29 files changed +86
-63
lines changed
mlir/tensorflow/tests/tf_saved_model
tools/ci_build/linux/rocm Expand file tree Collapse file tree 29 files changed +86
-63
lines changed Original file line number Diff line number Diff 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 = [
Original file line number Diff line number Diff 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 (),
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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 = [
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ filegroup(
7474
7575base_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
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments