Skip to content

Commit

Permalink
Tag missing rocm-only targets as manual
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 679016215
  • Loading branch information
beckerhe authored and Google-ML-Automation committed Sep 26, 2024
1 parent 3ca96df commit a769695
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
11 changes: 9 additions & 2 deletions xla/backends/profiler/gpu/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ load(
load("//xla/tests:build_defs.bzl", "xla_test")
load(
"//xla/tsl:tsl.bzl",
"if_google",
"internal_visibility",
"tsl_copts",
"tsl_gpu_library",
Expand Down Expand Up @@ -223,7 +224,10 @@ tsl_gpu_library(
tags = [
"gpu",
"rocm-only",
],
] + if_google([
# TODO(b/360374983): Remove this tag once the target can be built without --config=rocm.
"manual",
]),
visibility = ["//visibility:public"],
deps = [
"//xla/stream_executor/rocm:roctracer_wrapper",
Expand Down Expand Up @@ -262,7 +266,10 @@ tsl_gpu_library(
tags = [
"gpu",
"rocm-only",
],
] + if_google([
# TODO(b/360374983): Remove this tag once the target can be built without --config=rocm.
"manual",
]),
visibility = ["//visibility:public"],
deps = [
":rocm_collector",
Expand Down
5 changes: 4 additions & 1 deletion xla/stream_executor/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,10 @@ alias(
tags = [
"gpu",
"rocm-only",
],
] + if_google([
# TODO(b/360374983): Remove this tag once the target can be built without --config=rocm.
"manual",
]),
)

alias(
Expand Down

0 comments on commit a769695

Please sign in to comment.