Skip to content

Commit

Permalink
Delete unused cuda:cuda_activation_header target.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 675728237
  • Loading branch information
klucke authored and Google-ML-Automation committed Sep 17, 2024
1 parent 891d972 commit 74ee896
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 48 deletions.
9 changes: 0 additions & 9 deletions xla/stream_executor/cuda/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -268,15 +268,6 @@ xla_test(
],
)

# The activation library is tightly coupled to the executor library.
# TODO(leary) split up cuda_executor.cc so that this can stand alone.
cc_library(
name = "cuda_activation_header",
hdrs = ["cuda_activation.h"],
visibility = ["//visibility:public"],
deps = ["//xla/stream_executor/gpu:gpu_activation_header"],
)

cuda_only_cc_library(
name = "cublas_lt_header",
hdrs = [
Expand Down
39 changes: 0 additions & 39 deletions xla/stream_executor/cuda/cuda_activation.h

This file was deleted.

0 comments on commit 74ee896

Please sign in to comment.