aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/BUILD
diff options
context:
space:
mode:
authorGravatar Tong Shen <endlessroad@google.com>2018-08-21 10:25:52 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-21 10:33:51 -0700
commit938a3b77797164db736a1006a7656326240baa59 (patch)
tree73c2697cf3b7c8900694c5c3358f55096f0cdb82 /tensorflow/compiler/xla/service/BUILD
parent792a933b113aa772b5ff5dbb6ef1892ffeb99063 (diff)
In HostCompute op, use SendToHost/RecvFromHost instead of Send/Recv.
PiperOrigin-RevId: 209617148
Diffstat (limited to 'tensorflow/compiler/xla/service/BUILD')
-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 01f273ad1f..7fdffe85c0 100644
--- a/tensorflow/compiler/xla/service/BUILD
+++ b/tensorflow/compiler/xla/service/BUILD
@@ -1098,6 +1098,7 @@ cc_library(
hdrs = ["hlo_module_group_util.h"],
deps = [
":hlo",
+ ":hlo_casting_utils",
":hlo_module_group_metadata",
":hlo_reachability",
"//tensorflow/compiler/xla:status",