Adding no_rocm tags to failing unit tests that were previously excluded via run_py3_core.sh
This commit is contained in:
parent
f229877240
commit
83bc3e976e
@ -3644,6 +3644,7 @@ cuda_py_test(
|
||||
"//third_party/py/numpy",
|
||||
],
|
||||
shard_count = 16,
|
||||
tags = ["no_rocm"],
|
||||
)
|
||||
|
||||
cuda_py_test(
|
||||
|
@ -151,6 +151,7 @@ cuda_py_test(
|
||||
"//tensorflow/python:nn_grad",
|
||||
"//tensorflow/python:training",
|
||||
],
|
||||
tags = ["no_rocm"],
|
||||
)
|
||||
|
||||
cuda_py_test(
|
||||
@ -530,6 +531,7 @@ tf_xla_py_test(
|
||||
srcs = ["def_function_xla_test.py"],
|
||||
tags = [
|
||||
"no_pip",
|
||||
"no_rocm",
|
||||
"nomac",
|
||||
],
|
||||
deps = [
|
||||
|
@ -607,7 +607,10 @@ cuda_py_test(
|
||||
"//tensorflow/python:client_testlib",
|
||||
],
|
||||
shard_count = 4,
|
||||
tags = ["no_windows_gpu"],
|
||||
tags = [
|
||||
"no_rocm",
|
||||
"no_windows_gpu",
|
||||
],
|
||||
)
|
||||
|
||||
tf_py_test(
|
||||
@ -778,6 +781,7 @@ cuda_py_test(
|
||||
"//tensorflow/python:client_testlib",
|
||||
],
|
||||
shard_count = 8,
|
||||
tags = ["no_rocm"],
|
||||
)
|
||||
|
||||
cuda_py_test(
|
||||
@ -791,6 +795,7 @@ cuda_py_test(
|
||||
"//tensorflow/python:client_testlib",
|
||||
],
|
||||
shard_count = 8,
|
||||
tags = ["no_rocm"],
|
||||
)
|
||||
|
||||
tf_py_test(
|
||||
@ -1181,6 +1186,7 @@ tf_py_test(
|
||||
"//third_party/py/numpy",
|
||||
"//tensorflow/python:client_testlib",
|
||||
],
|
||||
tags = ["no_rocm"],
|
||||
)
|
||||
|
||||
tf_py_test(
|
||||
|
@ -131,6 +131,7 @@ cuda_py_test(
|
||||
"//tensorflow/python:client_testlib",
|
||||
],
|
||||
grpc_enabled = True,
|
||||
tags = ["no_rocm"],
|
||||
xla_enable_strict_auto_jit = True,
|
||||
)
|
||||
|
||||
@ -1688,6 +1689,7 @@ cuda_py_test(
|
||||
"//tensorflow/python:framework_for_generated_wrappers",
|
||||
"//tensorflow/python:nn_ops",
|
||||
],
|
||||
tags = ["no_rocm"],
|
||||
xla_enable_strict_auto_jit = True,
|
||||
)
|
||||
|
||||
@ -2605,6 +2607,7 @@ cuda_py_test(
|
||||
"//tensorflow/python/eager:context",
|
||||
],
|
||||
flaky = 1, # create_local_cluster sometimes times out.
|
||||
tags = ["no_rocm"],
|
||||
xla_enable_strict_auto_jit = True,
|
||||
)
|
||||
|
||||
@ -2764,6 +2767,7 @@ cuda_py_test(
|
||||
],
|
||||
shard_count = 2,
|
||||
tags = [
|
||||
"no_rocm",
|
||||
"optonly", # flaky timeouts unless optimized
|
||||
],
|
||||
xla_enable_strict_auto_jit = True,
|
||||
@ -2805,6 +2809,7 @@ cuda_py_test(
|
||||
],
|
||||
shard_count = 4,
|
||||
tags = [
|
||||
"no_rocm",
|
||||
"optonly", # times out
|
||||
],
|
||||
xla_enable_strict_auto_jit = True,
|
||||
@ -2868,6 +2873,7 @@ cuda_py_test(
|
||||
"//tensorflow/python:nn_grad",
|
||||
"//tensorflow/python:nn_ops",
|
||||
],
|
||||
tags = ["no_rocm"],
|
||||
xla_enable_strict_auto_jit = True,
|
||||
)
|
||||
|
||||
@ -2887,6 +2893,7 @@ cuda_py_test(
|
||||
"//tensorflow/python:nn_ops_gen",
|
||||
],
|
||||
shard_count = 4,
|
||||
tags = ["no_rocm"],
|
||||
xla_enable_strict_auto_jit = True,
|
||||
)
|
||||
|
||||
@ -3145,6 +3152,7 @@ cuda_py_test(
|
||||
"//tensorflow/python:nn_ops",
|
||||
],
|
||||
shard_count = 30,
|
||||
tags = ["no_rocm"],
|
||||
xla_enable_strict_auto_jit = True,
|
||||
)
|
||||
|
||||
|
@ -29,6 +29,7 @@ cuda_py_tests(
|
||||
"//tensorflow/python:spectral_ops_test_util",
|
||||
"//tensorflow/python/ops/signal",
|
||||
],
|
||||
tags = ["no_rocm"],
|
||||
xla_enable_strict_auto_jit = True,
|
||||
)
|
||||
|
||||
@ -45,7 +46,10 @@ cuda_py_tests(
|
||||
"//tensorflow/python/ops/signal",
|
||||
],
|
||||
shard_count = 4,
|
||||
tags = ["optonly"],
|
||||
tags = [
|
||||
"no_rocm",
|
||||
"optonly",
|
||||
],
|
||||
xla_enable_strict_auto_jit = True,
|
||||
)
|
||||
|
||||
@ -130,7 +134,10 @@ cuda_py_tests(
|
||||
"//tensorflow/python:spectral_ops_test_util",
|
||||
"//tensorflow/python/ops/signal",
|
||||
],
|
||||
tags = ["nomac"],
|
||||
tags = [
|
||||
"no_rocm",
|
||||
"nomac",
|
||||
],
|
||||
xla_enable_strict_auto_jit = True,
|
||||
)
|
||||
|
||||
|
@ -115,6 +115,7 @@ cuda_py_test(
|
||||
"//tensorflow/python:random_ops",
|
||||
"//tensorflow/python:util",
|
||||
],
|
||||
tags = ["no_rocm"],
|
||||
)
|
||||
|
||||
cuda_py_test(
|
||||
|
@ -195,6 +195,7 @@ tf_xla_py_test(
|
||||
srcs = ["util_xla_test.py"],
|
||||
tags = [
|
||||
"no_pip",
|
||||
"no_rocm",
|
||||
"nomac",
|
||||
"notsan", # b/74395663
|
||||
],
|
||||
|
@ -35,6 +35,7 @@ py_test(
|
||||
"//tensorflow/tools/common:public_api",
|
||||
"//tensorflow/tools/common:traverse",
|
||||
],
|
||||
tags = ["no_rocm"],
|
||||
)
|
||||
|
||||
tf_cc_binary(
|
||||
|
Loading…
x
Reference in New Issue
Block a user