aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Josh Levenberg <josh11b@tensorflow.org>2016-01-21 15:46:58 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2016-01-21 18:00:41 -0800
commita6ea9833865b5b1e7fa547df16228bd579c76015 (patch)
treeba6bcff4bc0ebfa36db77e1920594992328ac140
parent6542307303f8b84b13fa20d49633330d22ae164f (diff)
Add TODO to fix the situation where core_cpu_internal includes
all .h from common_runtime/gpu/. Change: 112732380
-rw-r--r--tensorflow/core/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/core/BUILD b/tensorflow/core/BUILD
index d1a84a6f40..f0e962a735 100644
--- a/tensorflow/core/BUILD
+++ b/tensorflow/core/BUILD
@@ -788,7 +788,7 @@ tf_cuda_library(
srcs = glob(
[
"client/**/*.cc",
- "common_runtime/**/*.h",
+ "common_runtime/**/*.h", # TODO(josh11b): exclude common_runtime/gpu/
"common_runtime/**/*.cc",
"graph/**/*.h",
"graph/**/*.cc",
@@ -809,7 +809,7 @@ tf_cuda_library(
),
hdrs = glob(
[
- "common_runtime/**/*.h",
+ "common_runtime/**/*.h", # TODO(josh11b): exclude common_runtime/gpu/
"graph/**/*.h",
],
exclude = [