aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/BUILD
diff options
context:
space:
mode:
authorGravatar Dimitris Vardoulakis <dimvar@google.com>2018-08-27 20:36:26 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-27 20:44:17 -0700
commit52ed16ca14cd2db0cba1a33ff6f2d70f56a1bb0e (patch)
tree0b2295e4e87e5f1b7a861eba34a2446267c3f043 /tensorflow/compiler/xla/service/BUILD
parent7e3683826049bb59bc1e2ec6603613dfb5772ac5 (diff)
[TF:XLA] Run the points-to analysis for a module group.
PiperOrigin-RevId: 210483654
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 025f0b0195..716c75da39 100644
--- a/tensorflow/compiler/xla/service/BUILD
+++ b/tensorflow/compiler/xla/service/BUILD
@@ -1114,6 +1114,7 @@ cc_library(
deps = [
":hlo",
":hlo_casting_utils",
+ ":tuple_points_to_analysis",
"//tensorflow/compiler/xla:shape_util",
"//tensorflow/compiler/xla:status",
"//tensorflow/compiler/xla:status_macros",