aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/BUILD
diff options
context:
space:
mode:
authorGravatar Xiaoqiang Zheng <zhengxq@google.com>2016-02-16 12:29:57 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-02-16 22:11:38 -0800
commitd134099ac92a4200b7b5d5220d686235439ab142 (patch)
tree95bb29523b44706b43d9623b9e9b18e36e34dcb9 /tensorflow/stream_executor/BUILD
parent84f270625050058321116cf1e45664bcebe3f609 (diff)
Prepare to take another snapshot from stream-executor.
Change: 114781689
Diffstat (limited to 'tensorflow/stream_executor/BUILD')
-rw-r--r--tensorflow/stream_executor/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/stream_executor/BUILD b/tensorflow/stream_executor/BUILD
index 91c2f9b6d4..24e8305d31 100644
--- a/tensorflow/stream_executor/BUILD
+++ b/tensorflow/stream_executor/BUILD
@@ -8,6 +8,7 @@ cc_library(
[
"*.cc",
"lib/*.cc",
+ "platform/default/*.cc",
],
exclude = [
"**/*_test.cc",
@@ -21,6 +22,7 @@ cc_library(
"*.h",
"cuda/*.h",
"lib/*.h",
+ "lib/gtl/*.h",
"platform/**/*.h",
]),
data = [