aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/gpu/BUILD
diff options
context:
space:
mode:
authorGravatar Justin Lebar <jlebar@google.com>2018-10-09 17:19:24 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-10-09 17:23:55 -0700
commit5be479930d3dcfa3edb863703b1d73b89d45f03c (patch)
tree4d89676c2a1b6ddf0cc1da3873536d6471b50321 /tensorflow/compiler/xla/service/gpu/BUILD
parent9bd459e4ceba14f9bb1af98d52a109325de952e8 (diff)
[XLA:GPU] Use CudnnConvKind in more places.
No functional change. PiperOrigin-RevId: 216451881
Diffstat (limited to 'tensorflow/compiler/xla/service/gpu/BUILD')
-rw-r--r--tensorflow/compiler/xla/service/gpu/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/compiler/xla/service/gpu/BUILD b/tensorflow/compiler/xla/service/gpu/BUILD
index 0144d59097..62da43d68a 100644
--- a/tensorflow/compiler/xla/service/gpu/BUILD
+++ b/tensorflow/compiler/xla/service/gpu/BUILD
@@ -591,6 +591,7 @@ cc_library(
"//tensorflow/compiler/xla:util",
"//tensorflow/compiler/xla:window_util",
"//tensorflow/compiler/xla:xla_data_proto",
+ "//tensorflow/compiler/xla/service:hlo_casting_utils",
"//tensorflow/compiler/xla/service:hlo_creation_utils",
"//tensorflow/compiler/xla/service:hlo_pass",
"//tensorflow/compiler/xla/service:shape_inference",