aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorGravatar Gunhan Gulsoy <gunan@google.com>2018-08-20 23:08:35 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-20 23:11:41 -0700
commit4a8d62a17657d3178990d8d19283a2de3828b0f5 (patch)
tree46b847f9e33225852ebe2aa3a7d5f18caa182a9a /third_party
parent1fae2683be3ada987b8f487e96f62b4451df4393 (diff)
Add the expected include directory for CUPTI on windows.
PiperOrigin-RevId: 209544220
Diffstat (limited to 'third_party')
-rw-r--r--third_party/gpus/cuda/BUILD.windows.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/gpus/cuda/BUILD.windows.tpl b/third_party/gpus/cuda/BUILD.windows.tpl
index ff6b3cc351..325d18b9cb 100644
--- a/third_party/gpus/cuda/BUILD.windows.tpl
+++ b/third_party/gpus/cuda/BUILD.windows.tpl
@@ -142,6 +142,7 @@ cc_library(
],
includes = [
".",
+ "cuda/",
"cuda/extras/CUPTI/include/",
],
visibility = ["//visibility:public"],