From 18a5510e67ef536c947512b70030c5c995ce7875 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Tue, 11 Jul 2017 08:29:11 -0700 Subject: Update toolchain configuration artifacts to work with latest version of bazel PiperOrigin-RevId: 161531749 --- third_party/gpus/cuda/BUILD.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/gpus/cuda/BUILD.tpl') 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( -- cgit v1.2.3