Remove unused @local_config_cuda//cuda:cuda_root.
PiperOrigin-RevId: 353654418 Change-Id: I0db632ebf8452fbb4b4bd3711c23542f0061bca7
This commit is contained in:
parent
bd1aa7a01c
commit
03c97a204f
8
third_party/gpus/cuda/BUILD.tpl
vendored
8
third_party/gpus/cuda/BUILD.tpl
vendored
@ -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"],
|
||||
|
8
third_party/gpus/cuda/BUILD.windows.tpl
vendored
8
third_party/gpus/cuda/BUILD.windows.tpl
vendored
@ -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"],
|
||||
|
Loading…
Reference in New Issue
Block a user