-
Notifications
You must be signed in to change notification settings - Fork 753
[Executorch][Export][4/N] Add edge program transform stage which runs after to_edge() stage #16129
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
[Executorch][Export][4/N] Add edge program transform stage which runs after to_edge() stage #16129
Conversation
… after to_edge() stage Add new edge program transform stage that runs after to_edge() stage. This provides a dedicated stage for applying edge-specific transformations and passes, separating them from the general to_edge, to_backend stages. Differential Revision: [D87576717](https://our.internmc.facebook.com/intern/diff/D87576717/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/16129
Note: Links to docs will display an error until the docs builds have been completed. ❌ 11 New Failures, 1 Unrelated FailureAs of commit 95f133c with merge base 53c6ad2 ( NEW FAILURES - The following jobs have failed:
UNSTABLE - The following job is marked as unstable, possibly due to flakiness on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
… which runs after to_edge() stage" Add new edge program transform stage that runs after to_edge() stage. This provides a dedicated stage for applying edge-specific transformations and passes, separating them from the general to_edge, to_backend stages. Differential Revision: [D87576717](https://our.internmc.facebook.com/intern/diff/D87576717/) [ghstack-poisoned]
… which runs after to_edge() stage" Add new edge program transform stage that runs after to_edge() stage. This provides a dedicated stage for applying edge-specific transformations and passes, separating them from the general to_edge, to_backend stages. Differential Revision: [D87576717](https://our.internmc.facebook.com/intern/diff/D87576717/) [ghstack-poisoned]
4890eef
into
gh/abhinaykukkadapu/14/base
Stack from ghstack (oldest at bottom):
Add new edge program transform stage that runs after to_edge() stage. This provides a dedicated stage for applying edge-specific transformations and passes, separating them from the general to_edge, to_backend stages.
Differential Revision: D87576717