aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/cpu/BUILD
diff options
context:
space:
mode:
authorGravatar Tim Shen <timshen@google.com>2018-08-30 22:48:05 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-30 22:52:05 -0700
commit736a471dc0d7358c4471cb9bfccd8f3fcc9e6744 (patch)
tree7621d524b02d5e3b90038943cba458a1577b3884 /tensorflow/compiler/xla/service/cpu/BUILD
parentcb9443831283c2366e3dd91001db6362d6594f66 (diff)
Change headers to directly include absl::Span, and clean up the build
dependencies as well. PiperOrigin-RevId: 211038094
Diffstat (limited to 'tensorflow/compiler/xla/service/cpu/BUILD')
-rw-r--r--tensorflow/compiler/xla/service/cpu/BUILD10
1 files changed, 10 insertions, 0 deletions
diff --git a/tensorflow/compiler/xla/service/cpu/BUILD b/tensorflow/compiler/xla/service/cpu/BUILD
index 4cd192873f..d412578619 100644
--- a/tensorflow/compiler/xla/service/cpu/BUILD
+++ b/tensorflow/compiler/xla/service/cpu/BUILD
@@ -51,6 +51,7 @@ cc_library(
"//tensorflow/core:lib",
"//tensorflow/core:stream_executor_no_cuda",
"@com_google_absl//absl/memory",
+ "@com_google_absl//absl/types:span",
],
alwayslink = True, # Contains per-platform transfer manager registration
)
@@ -63,6 +64,7 @@ cc_library(
"//tensorflow/compiler/tf2xla:cpu_function_runtime",
"//tensorflow/compiler/xla/service:buffer_assignment",
"//tensorflow/core:lib",
+ "@com_google_absl//absl/types:span",
],
)
@@ -89,6 +91,7 @@ cc_library(
"@com_google_absl//absl/memory",
"@com_google_absl//absl/strings",
":target_machine_features",
+ "@com_google_absl//absl/types:span",
"//tensorflow/compiler/tf2xla:cpu_function_runtime",
"//tensorflow/compiler/xla/service:scatter_expander",
"//tensorflow/compiler/xla:literal",
@@ -236,6 +239,7 @@ cc_library(
"//tensorflow/core:stream_executor_no_cuda",
"@com_google_absl//absl/strings",
"@com_google_absl//absl/strings:str_format",
+ "@com_google_absl//absl/types:span",
"@llvm//:orc_jit",
],
)
@@ -286,6 +290,7 @@ cc_library(
"//tensorflow/core:lib",
"@com_google_absl//absl/strings",
"@com_google_absl//absl/strings:str_format",
+ "@com_google_absl//absl/types:span",
"@llvm//:code_gen",
"@llvm//:core",
"@llvm//:support",
@@ -331,6 +336,7 @@ cc_library(
"//tensorflow/compiler/xla/service/llvm_ir:llvm_util",
"//tensorflow/core:lib",
"@com_google_absl//absl/strings",
+ "@com_google_absl//absl/types:span",
"@llvm//:core",
],
)
@@ -461,6 +467,7 @@ cc_library(
"//tensorflow/compiler/xla:xla_data_proto",
"//tensorflow/compiler/xla/service/llvm_ir:llvm_util",
"//tensorflow/core:lib",
+ "@com_google_absl//absl/types:span",
],
)
@@ -666,6 +673,7 @@ tf_cc_test(
"//tensorflow/compiler/xla/tests:xla_internal_test_main",
"//tensorflow/core:lib",
"@com_google_absl//absl/strings",
+ "@com_google_absl//absl/types:span",
],
)
@@ -760,6 +768,7 @@ tf_cc_test(
"//tensorflow/compiler/xla/tests:hlo_test_base",
"//tensorflow/compiler/xla/tests:test_utils",
"//tensorflow/core:lib",
+ "@com_google_absl//absl/types:span",
],
)
@@ -915,6 +924,7 @@ cc_library(
"//tensorflow/compiler/xla/service/llvm_ir:llvm_util",
"//tensorflow/core:lib",
"@com_google_absl//absl/algorithm:container",
+ "@com_google_absl//absl/types:span",
"@llvm//:core",
"@llvm//:support",
],