|
10 | 10 | load("@local_tsl//tsl/platform:rules_cc.bzl", "cc_library") |
11 | 11 | load("//xla:xla.bzl", "xla_cc_test") |
12 | 12 | 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") |
14 | 14 |
|
15 | 15 | package( |
16 | 16 | # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"], |
@@ -94,36 +94,6 @@ cc_library( |
94 | 94 | ], |
95 | 95 | ) |
96 | 96 |
|
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 | | - |
127 | 97 | cc_library( |
128 | 98 | name = "custom_call", |
129 | 99 | srcs = ["custom_call.cc"], |
|
0 commit comments