aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/gpus/cuda
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-01-25 13:32:47 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-01-25 13:45:48 -0800
commit191658d54f90ac03c15b339326129cd52d1f56a3 (patch)
tree930e426b2f96f6b3df1c92eb9e72adde20a18a2a /third_party/gpus/cuda
parent3dae99f979df6265af446d296e8a70eaec753a65 (diff)
Stop using DSO loader for CUDA SDK libraries
The DSO loader intermediate layer is no longer required, so it is removed here. Change: 145589281
Diffstat (limited to 'third_party/gpus/cuda')
-rw-r--r--third_party/gpus/cuda/BUILD.tpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/gpus/cuda/BUILD.tpl b/third_party/gpus/cuda/BUILD.tpl
index 20920f7fca..8754105619 100644
--- a/third_party/gpus/cuda/BUILD.tpl
+++ b/third_party/gpus/cuda/BUILD.tpl
@@ -58,6 +58,13 @@ cc_library(
)
cc_library(
+ name = "cuda_driver",
+ srcs = ["lib/%{cuda_driver_lib}"],
+ includes = ["include/"],
+ visibility = ["//visibility:public"],
+)
+
+cc_library(
name = "cudart",
srcs = ["lib/%{cudart_lib}"],
data = ["lib/%{cudart_lib}"],