aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/cpu/BUILD
diff options
context:
space:
mode:
authorGravatar Sanjoy Das <sanjoy@google.com>2018-04-25 14:36:17 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-04-25 14:39:02 -0700
commit4112f2409f79c0e4581bb070c4a7c660ce4d3a3e (patch)
treed5c48b995eb3897aabfc3a5614dd665663a49bb2 /tensorflow/compiler/xla/service/cpu/BUILD
parente52706d1696faa2ab926c2d91a0d85ec99dac314 (diff)
Remove the parallel cpu backend
PiperOrigin-RevId: 194299356
Diffstat (limited to 'tensorflow/compiler/xla/service/cpu/BUILD')
-rw-r--r--tensorflow/compiler/xla/service/cpu/BUILD50
1 files changed, 0 insertions, 50 deletions
diff --git a/tensorflow/compiler/xla/service/cpu/BUILD b/tensorflow/compiler/xla/service/cpu/BUILD
index 246b802861..04fda3b2df 100644
--- a/tensorflow/compiler/xla/service/cpu/BUILD
+++ b/tensorflow/compiler/xla/service/cpu/BUILD
@@ -89,12 +89,10 @@ cc_library(
":cpu_instruction_fusion",
":cpu_layout_assignment",
":cpu_options",
- ":cpu_parallelization_preparation",
":disassembler",
":dot_op_emitter",
":ir_emission_utils",
":ir_emitter",
- ":parallel_cpu_executable",
":parallel_task_assignment",
":simple_orc_jit",
"//tensorflow/compiler/xla:literal_util",
@@ -233,35 +231,6 @@ cc_library(
)
cc_library(
- name = "parallel_cpu_executable",
- srcs = ["parallel_cpu_executable.cc"],
- hdrs = [
- "parallel_cpu_executable.h",
- ],
- deps = [
- ":cpu_runtime",
- ":shape_partition",
- ":simple_orc_jit",
- "//tensorflow/compiler/xla:shape_util",
- "//tensorflow/compiler/xla:status_macros",
- "//tensorflow/compiler/xla:statusor",
- "//tensorflow/compiler/xla:types",
- "//tensorflow/compiler/xla:util",
- "//tensorflow/compiler/xla:xla_data_proto",
- "//tensorflow/compiler/xla/service:buffer_assignment",
- "//tensorflow/compiler/xla/service:device_memory_allocator",
- "//tensorflow/compiler/xla/service:executable",
- "//tensorflow/compiler/xla/service:hlo",
- "//tensorflow/compiler/xla/service:hlo_execution_profile",
- "//tensorflow/compiler/xla/service:logical_buffer",
- "//tensorflow/compiler/xla/service:shaped_buffer",
- "//tensorflow/core:lib",
- "//tensorflow/core:stream_executor_no_cuda",
- "@llvm//:orc_jit",
- ],
-)
-
-cc_library(
name = "ir_emitter",
srcs = [
"elemental_ir_emitter.cc",
@@ -662,25 +631,6 @@ cc_library(
)
cc_library(
- name = "cpu_parallelization_preparation",
- srcs = ["cpu_parallelization_preparation.cc"],
- hdrs = [
- "cpu_parallelization_preparation.h",
- ],
- deps = [
- ":ir_emission_utils",
- ":parallel_task_assignment",
- ":shape_partition",
- "//tensorflow/compiler/xla:types",
- "//tensorflow/compiler/xla:util",
- "//tensorflow/compiler/xla/service:hlo",
- "//tensorflow/compiler/xla/service:hlo_cost_analysis",
- "//tensorflow/compiler/xla/service:hlo_pass",
- "//tensorflow/core:lib",
- ],
-)
-
-cc_library(
name = "ir_emission_utils",
srcs = ["ir_emission_utils.cc"],
hdrs = ["ir_emission_utils.h"],