Skip to content

Commit

Permalink
Adding no_rocm tag to \"large\" tests that are failing on the ROCm pl…
Browse files Browse the repository at this point in the history
…atform.

Note that these are not regressions per-se. These tests were not being run as part of ROCm CI tests, as only `small` and `medium` tests were being run by default. Now that we are in the process of adding \`large` tests to the ROCM CI run, we have un-covered these failures.

The failures will be analysed and fixed if necessary in a separate PR.
  • Loading branch information
deven-amd committed Feb 13, 2020
1 parent afabf2f commit 5ed6721
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tensorflow/python/BUILD
Expand Up @@ -2198,6 +2198,7 @@ tf_py_test(
srcs = ["framework/importer_test.py"],
main = "framework/importer_test.py",
python_version = "PY3",
tags = ["no_rocm"],
deps = [
":array_ops",
":client_testlib",
Expand Down Expand Up @@ -4935,6 +4936,7 @@ cuda_py_test(
srcs = ["ops/nn_fused_batchnorm_test.py"],
python_version = "PY3",
shard_count = 16,
tags = ["no_rocm"],
deps = [
":array_ops",
":client_testlib",
Expand Down Expand Up @@ -7611,6 +7613,7 @@ tf_py_test(
tags = [
"grappler",
"no_pip", # graph_placer is not available in pip.
"no_rocm",
],
deps = [
":client_testlib",
Expand Down
1 change: 1 addition & 0 deletions tensorflow/python/kernel_tests/signal/BUILD
Expand Up @@ -123,6 +123,7 @@ cuda_py_tests(
srcs = ["spectral_ops_test.py"],
python_version = "PY3",
tags = [
"no_rocm",
"nomac",
],
deps = [
Expand Down

0 comments on commit 5ed6721

Please sign in to comment.