aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/gpus/cuda/BUILD.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/gpus/cuda/BUILD.tpl')
-rw-r--r--third_party/gpus/cuda/BUILD.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/gpus/cuda/BUILD.tpl b/third_party/gpus/cuda/BUILD.tpl
index f7610dd7a9..87c8678714 100644
--- a/third_party/gpus/cuda/BUILD.tpl
+++ b/third_party/gpus/cuda/BUILD.tpl
@@ -94,8 +94,8 @@ cc_library(
srcs = ["lib/%{cusolver_lib}"],
data = ["lib/%{cusolver_lib}"],
includes = ["include"],
- linkstatic = 1,
linkopts = ["-lgomp"],
+ linkstatic = 1,
visibility = ["//visibility:public"],
)
@@ -129,9 +129,9 @@ cc_library(
cc_library(
name = "cuda",
deps = [
+ ":cublas",
":cuda_headers",
":cudart",
- ":cublas",
":cudnn",
":cufft",
":curand",