Skip to content

Commit

Permalink
Remove unused cuda_dnn_headers target.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 674331358
  • Loading branch information
klucke authored and Google-ML-Automation committed Sep 13, 2024
1 parent 390e84d commit f4f5e76
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions xla/stream_executor/cuda/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -421,24 +421,6 @@ cuda_only_cc_library(
alwayslink = True,
)

cc_library(
name = "cuda_dnn_headers",
textual_hdrs = ["cuda_dnn.h"],
deps = if_cuda_is_configured([
":cuda_activation_header",
"//xla/stream_executor:dnn",
"//xla/stream_executor:plugin_registry",
]) + [
"//xla/stream_executor", # build_cleaner: keep
"@com_google_absl//absl/base:core_headers",
"@com_google_absl//absl/status",
"@com_google_absl//absl/status:statusor",
"@com_google_absl//absl/types:span",
"@tsl//tsl/platform:status",
"@tsl//tsl/protobuf:dnn_proto_cc",
],
)

gpu_kernel_library(
name = "delay_kernel_cuda",
srcs = [
Expand Down

0 comments on commit f4f5e76

Please sign in to comment.