-
Notifications
You must be signed in to change notification settings - Fork 608
Qualcomm AI Engine Direct - Mimi Enablement Stage 1 #9570
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/9570
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New FailuresAs of commit f277d44 with merge base 90f0843 ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
7cf55cd
to
795f263
Compare
795f263
to
f277d44
Compare
Hi @cccclai, @iseeyuan, @billmguo, Please notice the change under Please have a look. |
@cccclai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Mind adding this note as part of the code command, so people know the context in the future? Thanks. |
@cccclai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Thanks for reviewing and the reminder. |
@pytorchbot label "release notes: qualcomm" |
@cccclai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thank you!
### Summary This is the stage 1 of Mimi Enablement. Stage 2 will consist of actual model enablement. - Support OP: - exp - expm1 - elu - transpose conv1d - bitwise_and - scalar_tensor - stack - unbind
Summary
This is the stage 1 of Mimi Enablement.
Stage 2 will consist of actual model enablement.