aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/gpus/cuda/BUILD.tpl
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <bsteiner@google.com>2016-09-20 16:58:49 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-09-20 18:03:00 -0700
commit3013c5d989a98a345367afbeb20c784c40fccab9 (patch)
treec0a82020ef2d21b0e691e8d9942d6d0f66e9e68f /third_party/gpus/cuda/BUILD.tpl
parent9002ef1060566a0174d494b660d1f2bab94b765c (diff)
Dropped support for gcudacc in the the build files.
Change: 133779175
Diffstat (limited to 'third_party/gpus/cuda/BUILD.tpl')
-rw-r--r--third_party/gpus/cuda/BUILD.tpl8
1 files changed, 0 insertions, 8 deletions
diff --git a/third_party/gpus/cuda/BUILD.tpl b/third_party/gpus/cuda/BUILD.tpl
index db6db87162..c920d64a79 100644
--- a/third_party/gpus/cuda/BUILD.tpl
+++ b/third_party/gpus/cuda/BUILD.tpl
@@ -9,14 +9,6 @@ load("@local_config_cuda//cuda:platform.bzl", "readlink_command")
package(default_visibility = ["//visibility:public"])
config_setting(
- name = "using_gcudacc",
- values = {
- "define": "using_cuda_gcudacc=true",
- },
- visibility = ["//visibility:public"],
-)
-
-config_setting(
name = "using_nvcc",
values = {
"define": "using_cuda_nvcc=true",