Skip to content

Commit

Permalink
Delete unused rocm_activation.h.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 674330538
  • Loading branch information
klucke authored and Google-ML-Automation committed Sep 13, 2024
1 parent 9af6ffc commit 390e84d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 54 deletions.
15 changes: 0 additions & 15 deletions xla/stream_executor/rocm/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -124,21 +124,6 @@ cc_library(
]),
)

cc_library(
name = "rocm_activation",
srcs = [],
hdrs = if_rocm_is_configured(["rocm_activation.h"]),
deps = if_rocm_is_configured([
# keep sorted
":rocm_driver",
"//xla/stream_executor",
"//xla/stream_executor:stream_executor_h",
"//xla/stream_executor/gpu:gpu_activation",
"//xla/stream_executor/platform",
"@local_config_rocm//rocm:rocm_headers",
]),
)

cc_library(
name = "rocm_event",
srcs = if_rocm_is_configured(["rocm_event.cc"]),
Expand Down
39 changes: 0 additions & 39 deletions xla/stream_executor/rocm/rocm_activation.h

This file was deleted.

0 comments on commit 390e84d

Please sign in to comment.