aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/gpus/cuda
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-06-29 17:20:56 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-06-29 17:24:39 -0700
commit1c27162649359e5fabade5f806ef851401ec2f1e (patch)
tree009ae0ff68bb3638a1a8e8f280930cacb29e9ae5 /third_party/gpus/cuda
parent7ccfbdffde54d11bc8fad4b49fde53cf2b550434 (diff)
Clean up cuda configuration:
- Remove experimental attributes (remote_config_repo). Use of experimental remote repo can only be enabled now via env variable (preferred to change to workspace file) - Fixes minor issues with template: adds spaces to srcs in genrule, remove extra space after genrules. - Fix ordering of attributes in build template PiperOrigin-RevId: 160595014
Diffstat (limited to 'third_party/gpus/cuda')
-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",