Skip to content

Commit 94b8e98

Browse files
ezhulenevtensorflower-gardener
authored andcommitted
[xla:cpu] NFC: Remove deprecated XLA:CPU mlir based codegen part #6
PiperOrigin-RevId: 630169826
1 parent d5c179b commit 94b8e98

File tree

1 file changed

+1
-31
lines changed
  • third_party/xla/xla/runtime

1 file changed

+1
-31
lines changed

third_party/xla/xla/runtime/BUILD

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ load(
1010
load("@local_tsl//tsl/platform:rules_cc.bzl", "cc_library")
1111
load("//xla:xla.bzl", "xla_cc_test")
1212
load("//xla/tsl:tsl.bzl", "internal_visibility")
13-
load("//xla/tsl:tsl.default.bzl", "filegroup", "get_compatible_with_portable")
13+
load("//xla/tsl:tsl.default.bzl", "get_compatible_with_portable")
1414

1515
package(
1616
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
@@ -94,36 +94,6 @@ cc_library(
9494
],
9595
)
9696

97-
filegroup(
98-
name = "aot_ffi_execution_context_hdrs",
99-
srcs = ["aot_ffi_execution_context.h"],
100-
)
101-
102-
cc_library(
103-
name = "aot_ffi_execution_context",
104-
hdrs = ["aot_ffi_execution_context.h"],
105-
visibility = ["//visibility:public"],
106-
)
107-
108-
cc_library(
109-
name = "aot_ffi",
110-
srcs = ["aot_ffi.cc"],
111-
hdrs = ["aot_ffi.h"],
112-
visibility = ["//visibility:public"],
113-
deps = [
114-
":aot_ffi_c_symbols",
115-
"//xla/runtime/ffi:ffi_api",
116-
],
117-
)
118-
119-
cc_library(
120-
name = "aot_ffi_c_symbols",
121-
srcs = ["aot_ffi_c_symbols.cc"],
122-
hdrs = ["aot_ffi_c_symbols.h"],
123-
visibility = ["//visibility:public"],
124-
deps = [":aot_ffi_execution_context"],
125-
)
126-
12797
cc_library(
12898
name = "custom_call",
12999
srcs = ["custom_call.cc"],

0 commit comments

Comments
 (0)