aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/compiler/xla/service/BUILD')
-rw-r--r--tensorflow/compiler/xla/service/BUILD13
1 files changed, 0 insertions, 13 deletions
diff --git a/tensorflow/compiler/xla/service/BUILD b/tensorflow/compiler/xla/service/BUILD
index 8fa7d044d1..3f93a7a511 100644
--- a/tensorflow/compiler/xla/service/BUILD
+++ b/tensorflow/compiler/xla/service/BUILD
@@ -679,7 +679,6 @@ cc_test(
srcs = ["buffer_liveness_test.cc"],
deps = [
":buffer_liveness",
- ":cpu_plugin",
":hlo",
"//tensorflow/compiler/xla:shape_util",
"//tensorflow/compiler/xla:types",
@@ -725,7 +724,6 @@ cc_test(
":call_graph",
":computation_tracker",
":copy_insertion",
- ":cpu_plugin",
":flatten_call_graph",
":hlo",
":hlo_ordering",
@@ -790,7 +788,6 @@ cc_test(
name = "hlo_ordering_test",
srcs = ["hlo_ordering_test.cc"],
deps = [
- ":cpu_plugin",
":hlo",
":hlo_ordering",
"//tensorflow/compiler/xla:shape_util",
@@ -860,7 +857,6 @@ cc_test(
srcs = ["algebraic_simplifier_test.cc"],
deps = [
":algebraic_simplifier",
- ":cpu_plugin",
":hlo",
":hlo_matchers",
":hlo_pass",
@@ -928,7 +924,6 @@ cc_test(
name = "inliner_test",
srcs = ["inliner_test.cc"],
deps = [
- ":cpu_plugin",
":hlo",
":hlo_matchers",
":inliner",
@@ -1085,7 +1080,6 @@ cc_test(
name = "hlo_computation_test",
srcs = ["hlo_computation_test.cc"],
deps = [
- ":cpu_plugin",
":hlo",
":hlo_matchers",
"//tensorflow/compiler/xla:literal_util",
@@ -1116,7 +1110,6 @@ cc_test(
name = "hlo_module_test",
srcs = ["hlo_module_test.cc"],
deps = [
- ":cpu_plugin",
":hlo",
"//tensorflow/compiler/xla:literal_util",
"//tensorflow/compiler/xla:shape_util",
@@ -1256,7 +1249,6 @@ cc_test(
srcs = ["copy_insertion_test.cc"],
deps = [
":copy_insertion",
- ":cpu_plugin",
":hlo",
":hlo_matchers",
":tuple_points_to_analysis",
@@ -1321,7 +1313,6 @@ cc_test(
name = "hlo_rematerialization_test",
srcs = ["hlo_rematerialization_test.cc"],
deps = [
- ":cpu_plugin",
":hlo",
":hlo_matchers",
":hlo_ordering",
@@ -1338,7 +1329,6 @@ cc_test(
name = "hlo_dce_test",
srcs = ["hlo_dce_test.cc"],
deps = [
- ":cpu_plugin",
":hlo",
":hlo_dce",
"//tensorflow/compiler/xla:literal_util",
@@ -1361,7 +1351,6 @@ cc_test(
deps = [
":algebraic_simplifier",
":computation_layout",
- ":cpu_plugin",
":hlo",
":hlo_matchers",
":layout_assignment",
@@ -1434,7 +1423,6 @@ cc_test(
name = "hlo_cse_test",
srcs = ["hlo_cse_test.cc"],
deps = [
- ":cpu_plugin",
":hlo",
":hlo_cse",
":hlo_matchers",
@@ -1470,7 +1458,6 @@ cc_test(
name = "hlo_constant_folding_test",
srcs = ["hlo_constant_folding_test.cc"],
deps = [
- ":cpu_plugin",
":hlo",
":hlo_constant_folding",
":hlo_matchers",