Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build pip wheel and validate AOT workflow on different backends & host environments in CI #9019

Open
larryliu0820 opened this issue Mar 6, 2025 · 0 comments
Assignees
Labels
module: build/install Issues related to the cmake and buck2 builds, and to installing ExecuTorch triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module

Comments

@larryliu0820
Copy link
Contributor

larryliu0820 commented Mar 6, 2025

🚀 The feature, motivation and pitch

We need to guard our AOT workflow in CI, to make sure our pip wheel can give users out-of-the-box user experience.

In CI we should cover the flow of:

  • Build pip wheel on PR or trunk, for MacOS or Linux
    • This exists right now but need to leverage the artifact in following steps.
  • Install pip wheel
  • Export a simple model (MV3) with common backend delegation (XNNPACK, Coreml, QNN) and retrieve .pte files
  • Load the .pte files in python and run sample input (optional, depend on feasibility)
MacOS Linux
XNNPACK
CoreML
  • No need to run
QNN

Alternatives

No response

Additional context

No response

RFC (Optional)

No response

cc @lucylq

@larryliu0820 larryliu0820 self-assigned this Mar 6, 2025
@github-project-automation github-project-automation bot moved this to To triage in ExecuTorch Core Mar 6, 2025
@github-project-automation github-project-automation bot moved this to To triage in ExecuTorch DevX Mar 6, 2025
@iseeyuan iseeyuan added module: build/install Issues related to the cmake and buck2 builds, and to installing ExecuTorch triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module labels Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module: build/install Issues related to the cmake and buck2 builds, and to installing ExecuTorch triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Projects
Status: To triage
Status: To triage
Development

No branches or pull requests

3 participants