We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PyBundledModule
extension.BundledModule
1 parent 6fb7bdc commit 5a895f6Copy full SHA for 5a895f6
extension/module/targets.bzl
@@ -23,7 +23,7 @@ def define_common_targets():
23
],
24
deps = [
25
"//executorch/extension/data_loader:buffer_data_loader",
26
- "//executorch/devtools/bundled_program:runtime",
+ "//executorch/devtools/bundled_program:runtime" + aten_suffix,
27
"//executorch/devtools/bundled_program/schema:bundled_program_schema_fbs",
28
"//executorch/extension/memory_allocator:malloc_memory_allocator",
29
"//executorch/extension/data_loader:file_data_loader",
0 commit comments