aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/gpus
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-07-11 08:29:11 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-07-11 08:33:02 -0700
commit18a5510e67ef536c947512b70030c5c995ce7875 (patch)
treed9e7006a12c223dad179b1f05dc2886a848192e1 /third_party/gpus
parentba45775be000f0923ae620fff6760f15ca56dc53 (diff)
Update toolchain configuration artifacts to work with latest version of bazel
PiperOrigin-RevId: 161531749
Diffstat (limited to 'third_party/gpus')
-rw-r--r--third_party/gpus/cuda/BUILD.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/gpus/cuda/BUILD.tpl b/third_party/gpus/cuda/BUILD.tpl
index 51d9e4e994..b752734a08 100644
--- a/third_party/gpus/cuda/BUILD.tpl
+++ b/third_party/gpus/cuda/BUILD.tpl
@@ -152,6 +152,7 @@ cc_library(
cc_library(
name = "cuda",
+ visibility = ["//visibility:public"],
deps = [
":cublas",
":cuda_headers",
@@ -160,7 +161,6 @@ cc_library(
":cufft",
":curand",
],
- visibility = ["//visibility:public"],
)
cc_library(