We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 809c426 commit 00c3dd0Copy full SHA for 00c3dd0
third_party/xla/xla/tools/multihost_hlo_runner/BUILD
@@ -71,9 +71,9 @@ cc_library(
71
"@local_tsl//tsl/platform:statusor",
72
] + if_cuda_or_rocm([
73
"//xla/service:gpu_plugin",
74
- "//xla/backends/profiler/gpu:cupti_tracer",
75
"//xla/backends/profiler/gpu:device_tracer",
76
]) + if_cuda([
+ "//xla/backends/profiler/gpu:cupti_tracer",
77
"//xla/stream_executor:cuda_platform",
78
] + if_google(
79
[
0 commit comments