-
Notifications
You must be signed in to change notification settings - Fork 646
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
base: main
Are you sure you want to change the base?
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. ❌ 2 New Failures, 1 Cancelled Job, 1 Unrelated FailureAs of commit c7a0f5a with merge base 09d5255 ( NEW FAILURES - The following jobs have failed:
CANCELLED JOB - The following job was cancelled. Please retry:
BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
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 |
Summary:
Added
AOTILoweringStage
for the executorch-full runtime and a simple fp32 AOTI lowering recipeAdded
AOTIDelegateModule
as the artifact generated by AOTI Lowering to be packaged later.Differential Revision: D79487582