aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/BUILD
diff options
context:
space:
mode:
authorGravatar Vijay Vasudevan <vrv@google.com>2015-12-22 15:06:34 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2015-12-22 15:06:34 -0800
commit10f2363724554dac97430794ad16c6faeac81f1f (patch)
tree287917627ce40caa779dbd24e0ff426ddb3a59a4 /tensorflow/stream_executor/BUILD
parentfc4063af80b6d1bed17541085a3cd72aaaa2a01c (diff)
Fix some lint errors in image_ops_test.py and word2vec_basic.py
Change: 110727357
Diffstat (limited to 'tensorflow/stream_executor/BUILD')
-rw-r--r--tensorflow/stream_executor/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/stream_executor/BUILD b/tensorflow/stream_executor/BUILD
index cb69c36b75..90186371c3 100644
--- a/tensorflow/stream_executor/BUILD
+++ b/tensorflow/stream_executor/BUILD
@@ -19,6 +19,7 @@ cc_library(
),
hdrs = glob([
"*.h",
+ "cuda/*.h",
"lib/*.h",
"platform/**/*.h",
]),