Skip to content

Commit 67dc6b1

Browse files
ezhulenevtensorflower-gardener
authored andcommitted
[xla:cpu] Delete unused files
PiperOrigin-RevId: 779254693
1 parent 460168a commit 67dc6b1

4 files changed

Lines changed: 0 additions & 149 deletions

File tree

third_party/xla/xla/service/cpu/BUILD

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ filegroup(
9191
filegroup(
9292
name = "runtime_hdrs",
9393
srcs = [
94-
# XLA Runtime support.
95-
"buffer_desc.h",
9694
# Single-threaded support.
9795
"runtime_custom_call_status.h",
9896
"runtime_fp16.h",
@@ -210,7 +208,6 @@ cc_library(
210208
":runtime_symbol_generator",
211209
":small_while_loop_hoisting_pass",
212210
":thunk_emitter",
213-
":xla_framework",
214211
"//xla:cpu_function_runtime",
215212
"//xla:debug_options_flags",
216213
"//xla:literal",
@@ -559,24 +556,12 @@ tf_proto_library(
559556
name = "executable_proto",
560557
srcs = ["executable.proto"],
561558
protodeps = [
562-
":xla_framework_proto",
563559
"//xla/service:hlo_proto",
564560
"//xla:xla_proto",
565561
"//xla/backends/cpu/runtime:thunk_proto",
566562
],
567563
)
568564

569-
tf_proto_library(
570-
name = "xla_framework_proto",
571-
srcs = ["xla_framework.proto"],
572-
)
573-
574-
cc_library(
575-
name = "xla_framework",
576-
hdrs = ["xla_framework.h"],
577-
deps = [":xla_framework_proto_cc"],
578-
)
579-
580565
cc_library(
581566
name = "runtime_symbol_generator",
582567
srcs = [
@@ -648,11 +633,6 @@ cc_library(
648633
deps = ["@com_google_absl//absl/base:core_headers"],
649634
)
650635

651-
cc_library(
652-
name = "buffer_desc",
653-
hdrs = ["buffer_desc.h"],
654-
)
655-
656636
cc_library(
657637
name = "cpu_executable",
658638
srcs = ["cpu_executable.cc"],

third_party/xla/xla/service/cpu/buffer_desc.h

Lines changed: 0 additions & 39 deletions
This file was deleted.

third_party/xla/xla/service/cpu/xla_framework.h

Lines changed: 0 additions & 65 deletions
This file was deleted.

third_party/xla/xla/service/cpu/xla_framework.proto

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)