-
Notifications
You must be signed in to change notification settings - Fork 608
Implement mm op for Arm backend #4628
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
tom-arm
commented
Aug 9, 2024
- Add legalization from aten.mm to TOSA MatMul for FP32 & INT8 types
- Add tests for main and base inference
- Add an annotator for aten.mm in the quantizer
* Add legalization from aten.mm to TOSA MatMul for FP32 & INT8 types * Add tests for main and base inference * Add an annotator for aten.mm in the quantizer Signed-off-by: Tom Allsop <[email protected]> Change-Id: I4b2af1a1e4c9e1bd2949e634fa5e711d6f8a3cdd
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/4628
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 1825718 with merge base 5d151d0 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@pytorchbot label 'partner: arm' |
@pytorchbot label 'ciflow/trunk' |
Can't add following labels to PR: ciflow/trunk. Please ping one of the reviewers for help. |
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.
LGTM
@digantdesai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@digantdesai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Differential Revision: D61240788 Pull Request resolved: pytorch#4628