Skip to content

Commit

Permalink
Remove unused cuda_activation target.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 675583568
  • Loading branch information
klucke authored and Google-ML-Automation committed Sep 17, 2024
1 parent 7b5e183 commit 32295a0
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions xla/stream_executor/cuda/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ cuda_only_cc_library(
visibility = ["//visibility:public"],
deps =
[
":cuda_activation",
":cuda_collectives",
":cuda_driver",
":cuda_executor",
Expand Down Expand Up @@ -278,20 +277,6 @@ cc_library(
deps = ["//xla/stream_executor/gpu:gpu_activation_header"],
)

cuda_only_cc_library(
name = "cuda_activation",
srcs = [],
hdrs = ["cuda_activation.h"],
deps = [
":cuda_driver",
"//xla/stream_executor",
"//xla/stream_executor:stream_executor_h",
"//xla/stream_executor/gpu:gpu_activation",
"//xla/stream_executor/platform",
"@local_config_cuda//cuda:cuda_headers",
],
)

cuda_only_cc_library(
name = "cublas_lt_header",
hdrs = [
Expand Down Expand Up @@ -326,7 +311,6 @@ cuda_only_cc_library(
],
visibility = ["//visibility:public"],
deps = [
":cuda_activation",
":cuda_blas_utils",
":cuda_executor",
":cuda_helpers",
Expand Down Expand Up @@ -449,7 +433,6 @@ cuda_only_cc_library(
copts = tf_additional_cudnn_plugin_copts(),
visibility = ["//visibility:public"],
deps = [
":cuda_activation",
":cuda_diagnostics",
":cuda_driver",
":cuda_executor",
Expand Down

0 comments on commit 32295a0

Please sign in to comment.