aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Justin Lebar <jlebar@google.com>2018-04-19 16:30:02 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-04-19 16:32:43 -0700
commitd4402725d2f6d9a8c5273ab1474117a27dd455c9 (patch)
tree85614e879a80136fb22187cfb6a2ea87f5675ebe
parent9e5fdb83e609701457f6fdc2d153b1f7e83ead6c (diff)
Make xla/service:cpu_plugin depend on the StreamExecutor host platform.
PiperOrigin-RevId: 193593761
-rw-r--r--tensorflow/compiler/xla/service/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/compiler/xla/service/BUILD b/tensorflow/compiler/xla/service/BUILD
index 9009cbf845..d5d09bd8a3 100644
--- a/tensorflow/compiler/xla/service/BUILD
+++ b/tensorflow/compiler/xla/service/BUILD
@@ -699,6 +699,7 @@ cc_library(
"//tensorflow/compiler/xla/service/cpu:cpu_compiler",
"//tensorflow/compiler/xla/service/cpu:cpu_transfer_manager",
"//tensorflow/core:stream_executor_no_cuda",
+ "//tensorflow/stream_executor:stream_executor_impl",
],
)