From 03c97a204fe8b2592b8f327a19b04140e086866f Mon Sep 17 00:00:00 2001 From: Christian Sigg Date: Mon, 25 Jan 2021 08:43:43 -0800 Subject: [PATCH] Remove unused @local_config_cuda//cuda:cuda_root. PiperOrigin-RevId: 353654418 Change-Id: I0db632ebf8452fbb4b4bd3711c23542f0061bca7 --- third_party/gpus/cuda/BUILD.tpl | 8 -------- third_party/gpus/cuda/BUILD.windows.tpl | 8 -------- 2 files changed, 16 deletions(-) diff --git a/third_party/gpus/cuda/BUILD.tpl b/third_party/gpus/cuda/BUILD.tpl index 70eacf82883..bf4ee62e688 100644 --- a/third_party/gpus/cuda/BUILD.tpl +++ b/third_party/gpus/cuda/BUILD.tpl @@ -215,14 +215,6 @@ cc_library( data = [":cuda-nvvm"], ) -filegroup( - name = "cuda_root", - srcs = [ - "cuda/bin/fatbinary", - "cuda/bin/bin2c", - ], -) - bzl_library( name = "build_defs_bzl", srcs = ["build_defs.bzl"], diff --git a/third_party/gpus/cuda/BUILD.windows.tpl b/third_party/gpus/cuda/BUILD.windows.tpl index cabfac28fc3..65c152e92ca 100644 --- a/third_party/gpus/cuda/BUILD.windows.tpl +++ b/third_party/gpus/cuda/BUILD.windows.tpl @@ -201,14 +201,6 @@ cc_library( data = [":cuda-nvvm"], ) -filegroup( - name = "cuda_root", - srcs = [ - "cuda/bin/fatbinary.exe", - "cuda/bin/bin2c.exe", - ], -) - bzl_library( name = "build_defs_bzl", srcs = ["build_defs.bzl"],