Remove unused @local_config_cuda//cuda:cuda_root.

PiperOrigin-RevId: 353654418
Change-Id: I0db632ebf8452fbb4b4bd3711c23542f0061bca7
This commit is contained in:
Christian Sigg 2021-01-25 08:43:43 -08:00 committed by TensorFlower Gardener
parent bd1aa7a01c
commit 03c97a204f
2 changed files with 0 additions and 16 deletions

View File

@ -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"],

View File

@ -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"],