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.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}"],