Skip to content

Commit

Permalink
Remove unneeded dso_loader dependencies.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 681659627
  • Loading branch information
klucke authored and Google-ML-Automation committed Oct 3, 2024
1 parent 57f4961 commit 31b8d85
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion xla/service/gpu/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,6 @@ cc_library(
"@tsl//tsl/platform:tensor_float_32_hdr_lib",
]) + if_rocm_is_configured([
#keep sorted
"//xla/stream_executor/platform:dso_loader",
"//xla/stream_executor/rocm:amdhipblaslt_plugin",
"//xla/stream_executor/rocm:hipblas_lt_header",
"@local_config_rocm//rocm:rocm_headers",
Expand Down
1 change: 0 additions & 1 deletion xla/stream_executor/cuda/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,6 @@ cc_library(
"//xla/stream_executor:scratch_allocator",
"//xla/stream_executor/cuda:cuda_platform_id",
"//xla/stream_executor/host:host_platform_id",
"//xla/stream_executor/platform:dso_loader",
"//xla/stream_executor/rocm:rocm_platform_id",
] + if_google(
select({
Expand Down
1 change: 0 additions & 1 deletion xla/stream_executor/sycl/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,5 @@ cc_library(
"//xla/stream_executor:dnn",
"//xla/stream_executor:platform_manager",
"//xla/stream_executor:scratch_allocator",
"//xla/stream_executor/platform:dso_loader",
] + if_static([":all_runtime"]),
)

0 comments on commit 31b8d85

Please sign in to comment.