Skip to content

Commit 00c3dd0

Browse files
committed
Move cupti_tracer to cuda specific deps
1 parent 809c426 commit 00c3dd0

File tree

1 file changed

+1
-1
lines changed
  • third_party/xla/xla/tools/multihost_hlo_runner

1 file changed

+1
-1
lines changed

third_party/xla/xla/tools/multihost_hlo_runner/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ cc_library(
7171
"@local_tsl//tsl/platform:statusor",
7272
] + if_cuda_or_rocm([
7373
"//xla/service:gpu_plugin",
74-
"//xla/backends/profiler/gpu:cupti_tracer",
7574
"//xla/backends/profiler/gpu:device_tracer",
7675
]) + if_cuda([
76+
"//xla/backends/profiler/gpu:cupti_tracer",
7777
"//xla/stream_executor:cuda_platform",
7878
] + if_google(
7979
[

0 commit comments

Comments
 (0)