aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/gpus
diff options
context:
space:
mode:
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(