Skip to content

Commit 5a895f6

Browse files
author
zhenyanzhang
committed
Update base for Update on "[ExecuTorch][#10447] Extend PyBundledModule with extension.BundledModule"
#10447 # Context This issue is a step of #9638. In #9638, we want to have `extension.Module` as the single source of implementation in `pybindings`, which means that `pybindings.PyModule` should use `extension.Module` rather than its own `pybindings.Module`. # Proposal Now that we have `extension.BundledModule` ready, we want to test it out by having our existing `PyBundledModule` to extend it, and let `verify_result_with_bundled_expected_output` to use it, so that we can test out the whole thing with https://github.com/pytorch/executorch/blob/fb45e19055a92d2a91a4d4b7008e135232cbb14b/devtools/bundled_program/test/test_end2end.py Differential Revision: [D73564127](https://our.internmc.facebook.com/intern/diff/D73564127/) [ghstack-poisoned]
1 parent 6fb7bdc commit 5a895f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/module/targets.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def define_common_targets():
2323
],
2424
deps = [
2525
"//executorch/extension/data_loader:buffer_data_loader",
26-
"//executorch/devtools/bundled_program:runtime",
26+
"//executorch/devtools/bundled_program:runtime" + aten_suffix,
2727
"//executorch/devtools/bundled_program/schema:bundled_program_schema_fbs",
2828
"//executorch/extension/memory_allocator:malloc_memory_allocator",
2929
"//executorch/extension/data_loader:file_data_loader",

0 commit comments

Comments
 (0)