-
Notifications
You must be signed in to change notification settings - Fork 755
Add AOTI Lowering Recipe #13198
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
Add AOTI Lowering Recipe #13198
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/13198
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit fc9c131 with merge base ffb47e3 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D79487582 |
This PR needs a
|
87c0e0a to
f95606c
Compare
|
This pull request was exported from Phabricator. Differential Revision: D79487582 |
Summary: - Added `AOTILoweringStage` for the executorch-full runtime and a simple fp32 AOTI lowering recipe - Added `AOTIDelegateModule` as the artifact generated by AOTI Lowering to be packaged later. Reviewed By: larryliu0820 Differential Revision: D79487582
f95606c to
5a813c3
Compare
Summary: - Added `AOTILoweringStage` for the executorch-full runtime and a simple fp32 AOTI lowering recipe - Added `AOTIDelegateModule` as the artifact generated by AOTI Lowering to be packaged later. Reviewed By: larryliu0820 Differential Revision: D79487582
5a813c3 to
c7a0f5a
Compare
|
This pull request was exported from Phabricator. Differential Revision: D79487582 |
c7a0f5a to
5c572c4
Compare
Summary: - Added `AOTILoweringStage` for the executorch-full runtime and a simple fp32 AOTI lowering recipe - Added `AOTIDelegateModule` as the artifact generated by AOTI Lowering to be packaged later. Reviewed By: larryliu0820 Differential Revision: D79487582
Summary: Pull Request resolved: pytorch#13198 - Added `AOTILoweringStage` for the executorch-full runtime and a simple fp32 AOTI lowering recipe - Added `AOTIDelegateModule` as the artifact generated by AOTI Lowering to be packaged later. Reviewed By: larryliu0820 Differential Revision: D79487582
|
This pull request was exported from Phabricator. Differential Revision: D79487582 |
5c572c4 to
fc9c131
Compare
|
Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as |
Summary:
Added
AOTILoweringStagefor the executorch-full runtime and a simple fp32 AOTI lowering recipeAdded
AOTIDelegateModuleas the artifact generated by AOTI Lowering to be packaged later.Differential Revision: D79487582