Skip to content

Commit

Permalink
Avoid using no_tfrt tag.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 366345698
  • Loading branch information
qqfish authored and tensorflower-gardener committed Apr 1, 2021
1 parent 661cbd3 commit c2102b2
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 16 deletions.
1 change: 0 additions & 1 deletion keras/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,6 @@ tf_py_test(
shard_count = 6,
tags = [
"no_oss",
"no_tfrt", # TODO(b/179690526)
"notsan",
],
deps = [
Expand Down
4 changes: 0 additions & 4 deletions keras/distribute/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,6 @@ cuda_py_test(
python_version = "PY3",
tags = [
"multi_and_single_gpu",
"no_tfrt", # TODO(b/179839466): Reenable TFRT after the issue is resolved.
"no_windows_gpu", # TODO(b/130551176)
],
deps = [
Expand Down Expand Up @@ -630,7 +629,6 @@ cuda_py_test(
tags = [
"multi_and_single_gpu",
"no_oss", # TODO(b/130369494): Investigate why it times out on OSS.
"no_tfrt", # TODO(b/179839466): Reenable TFRT after the issue is resolved.
],
deps = [
":multi_worker_testing_utils",
Expand Down Expand Up @@ -725,7 +723,6 @@ distribute_py_test(
shard_count = 1,
tags = [
"multi_and_single_gpu",
"no_tfrt", # TODO(b/180537361): Reenable TFRT after the issue is resolved.
"nomultivm", # TODO(b/170502145)
],
deps = [
Expand All @@ -748,7 +745,6 @@ distribute_py_test(
tags = [
"multi_gpu",
"no_oss", # TODO(b/183640564): Reenable
"no_tfrt", # TODO(b/180537361): Reenable TFRT after the issue is resolved.
"nomultivm", # TODO(b/170502145)
],
deps = [
Expand Down
2 changes: 0 additions & 2 deletions keras/engine/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ tf_py_test(
shard_count = 4,
tags = [
"no_oss_py38", # TODO(b/150615192)
"no_tfrt", # TODO(b/179805675)
"nomac", # TODO(mihaimaruseac): b/127695564
],
deps = [
Expand Down Expand Up @@ -363,7 +362,6 @@ tf_py_test(
python_version = "PY3",
shard_count = 4,
tags = [
"no_tfrt", # TODO(b/179459136)
"nomac", # TODO(mihaimaruseac): b/127695564
],
deps = [
Expand Down
2 changes: 0 additions & 2 deletions keras/integration_test/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ cuda_py_test(
# python_version = "PY3",
# tags = [
# "multi_and_single_gpu",
# "no_tfrt", # TODO(b/179839466): Reenable TFRT after the issue is resolved.
# "no_windows_gpu", # TODO(b/130551176)
# ],
# deps = [
Expand Down Expand Up @@ -130,7 +129,6 @@ tf_py_test(
python_version = "PY3",
shard_count = 3,
tags = [
"no_tfrt", # TODO(b/171765113)
"no_windows", # TODO(b/183102726)
"noasan", # TODO(b/156029134)
"nomac", # TODO(b/182567880)
Expand Down
4 changes: 0 additions & 4 deletions keras/mixed_precision/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,6 @@ tf_py_test(
size = "medium",
srcs = ["autocast_variable_test.py"],
python_version = "PY3",
tags = [
"no_tfrt", # TODO(b/179863362)
],
deps = [
":autocast_variable",
"//:expect_absl_installed",
Expand Down Expand Up @@ -255,7 +252,6 @@ cuda_py_test(
shard_count = 10,
tags = [
"no_rocm",
"no_tfrt", # TODO(b/179863362)
],
deps = [
"//:expect_absl_installed",
Expand Down
3 changes: 0 additions & 3 deletions keras/utils/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,6 @@ tf_py_test(
name = "dataset_creator_test",
srcs = ["dataset_creator_test.py"],
python_version = "PY3",
tags = [
"no_tfrt", # TODO(b/180537361): Reenable TFRT after the issue is resolved.
],
deps = [
":dataset_creator",
"//:expect_portpicker_installed",
Expand Down

0 comments on commit c2102b2

Please sign in to comment.