Skip to content

Extend PyBundledModule with extension.BundledModule #10447

@zhenyan-zhang-meta

Description

@zhenyan-zhang-meta
Contributor

Context

This issue is a step of #9638 and a sequel of #10375.

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

Activity

added
module: extensionIssues related to code under extension/
triagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
on Apr 24, 2025
added a commit that references this issue on Apr 24, 2025

[ExecuTorch][#10447] Extend `PyBundledModule` with `extension.Bundled…

940a338
added 9 commits that reference this issue on Apr 24, 2025

[ExecuTorch][#10447] Extend `PyBundledModule` with `extension.Bundled…

f985dfc
6fb7bdc

Update on "[ExecuTorch][#10447] Extend `PyBundledModule` with `extens…

a9498e7

[ExecuTorch][#10447] Extend `PyBundledModule` with `extension.Bundled…

3e72c38
5a895f6

Update on "[ExecuTorch][#10447] Extend `PyBundledModule` with `extens…

fc541bb

[ExecuTorch][#10447] Extend `PyBundledModule` with `extension.Bundled…

81beabe
6116b81

Update on "[ExecuTorch][#10447] Extend `PyBundledModule` with `extens…

cea7e74

67 remaining items

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

module: extensionIssues related to code under extension/triagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate module

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @zhenyan-zhang-meta

      Issue actions

        Extend `PyBundledModule` with `extension.BundledModule` · Issue #10447 · pytorch/executorch