aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/mpi_collectives
diff options
context:
space:
mode:
authorGravatar Yong Tang <yong.tang.github@outlook.com>2018-06-20 02:14:33 +0000
committerGravatar Yong Tang <yong.tang.github@outlook.com>2018-06-28 15:47:05 +0000
commite83be1d61858aa130809d8b4e3f628c1eb34292d (patch)
treeee064192fc8f760a40f072368e2a864e24e7a637 /tensorflow/contrib/mpi_collectives
parent1b79572c2d47c1b7d82c670c27b9641335b7c025 (diff)
Add xla_headers_lib as dependency in BUILD file
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Diffstat (limited to 'tensorflow/contrib/mpi_collectives')
-rw-r--r--tensorflow/contrib/mpi_collectives/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/contrib/mpi_collectives/BUILD b/tensorflow/contrib/mpi_collectives/BUILD
index a7be92a35e..03ae939fdd 100644
--- a/tensorflow/contrib/mpi_collectives/BUILD
+++ b/tensorflow/contrib/mpi_collectives/BUILD
@@ -52,6 +52,7 @@ tf_custom_op_library(
deps = [
":mpi_defines",
":mpi_message_proto_cc",
+ "//tensorflow/compiler/xla:xla_headers_lib",
"//third_party/mpi",
],
)