Skip to content

Commit

Permalink
fix the tag issue
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanmines committed Aug 1, 2023
1 parent 0b22eac commit e1a2099
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tensorflow/compiler/xla/service/gpu/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3284,12 +3284,10 @@ xla_test(
srcs = ["float_support_test.cc"],
backend_tags = {"gpu": [
"requires-gpu-sm80",
]},
], "no_rocm"},
backends = [
"gpu",
],
tags_override = ["no_rocm",
],
deps = [
"//tensorflow/compiler/xla/tests:hlo_test_base",
"//tensorflow/compiler/xla/tests:xla_internal_test_main",
Expand Down

0 comments on commit e1a2099

Please sign in to comment.