@@ -91,8 +91,6 @@ filegroup(
9191filegroup (
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-
580565cc_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-
656636cc_library (
657637 name = "cpu_executable" ,
658638 srcs = ["cpu_executable.cc" ],
0 commit comments