From f4f5e76de9e39965ac2a11cc1e00141cbcc70af6 Mon Sep 17 00:00:00 2001 From: Kyle Lucke Date: Fri, 13 Sep 2024 09:41:56 -0700 Subject: [PATCH] Remove unused cuda_dnn_headers target. PiperOrigin-RevId: 674331358 --- xla/stream_executor/cuda/BUILD | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/xla/stream_executor/cuda/BUILD b/xla/stream_executor/cuda/BUILD index cfbcd850bfb76..7c1cc9ee2c0a3 100644 --- a/xla/stream_executor/cuda/BUILD +++ b/xla/stream_executor/cuda/BUILD @@ -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 = [