aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/mpi_collectives
diff options
context:
space:
mode:
authorGravatar Yong Tang <yong.tang.github@outlook.com>2018-06-28 23:26:20 +0000
committerGravatar Yong Tang <yong.tang.github@outlook.com>2018-06-28 23:26:20 +0000
commit83aa3f08966226ac74df5eafb76abb47190b6573 (patch)
treecfa7c79f9d2d2b7c6bb9700e45f77b7a1c6f641c /tensorflow/contrib/mpi_collectives
parente83be1d61858aa130809d8b4e3f628c1eb34292d (diff)
Add stream_executor_headers_lib
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Diffstat (limited to 'tensorflow/contrib/mpi_collectives')
-rw-r--r--tensorflow/contrib/mpi_collectives/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/mpi_collectives/BUILD b/tensorflow/contrib/mpi_collectives/BUILD
index 03ae939fdd..ecac06354d 100644
--- a/tensorflow/contrib/mpi_collectives/BUILD
+++ b/tensorflow/contrib/mpi_collectives/BUILD
@@ -52,7 +52,7 @@ tf_custom_op_library(
deps = [
":mpi_defines",
":mpi_message_proto_cc",
- "//tensorflow/compiler/xla:xla_headers_lib",
+ "//tensorflow/stream_executor:stream_executor_headers_lib",
"//third_party/mpi",
],
)