aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/gpus/cuda
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-04-13 09:30:21 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-04-13 10:52:53 -0700
commit743e08b0fbee63cf647ff5ab429e025ef7196ca1 (patch)
tree09eb4421cd4cc74e893ca0e2c0cfda65365884b9 /third_party/gpus/cuda
parenta16db8302a2436d915dcb551d0a7b537025e2f35 (diff)
Added hpp files to cuda_headers target.
Change: 153075650
Diffstat (limited to 'third_party/gpus/cuda')
-rw-r--r--third_party/gpus/cuda/BUILD.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/gpus/cuda/BUILD.tpl b/third_party/gpus/cuda/BUILD.tpl
index 474c972a4c..4b996db7a6 100644
--- a/third_party/gpus/cuda/BUILD.tpl
+++ b/third_party/gpus/cuda/BUILD.tpl
@@ -43,6 +43,7 @@ cc_library(
name = "cuda_headers",
hdrs = glob([
"**/*.h",
+ "**/*.hpp",
]),
includes = [
".",