-
Notifications
You must be signed in to change notification settings - Fork 685
[ExecuTorch] Add optimized op_linear #5124
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/5124
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 01b07b7 with merge base 2b50c76 ( 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: D62154007 |
If we happen to be running without a delegate, directly implementing linear is much more efficient than permute_copy_out (materialize a transpose) followed by matmul. Differential Revision: [D62154007](https://our.internmc.facebook.com/intern/diff/D62154007/) ghstack-source-id: 241282447 Pull Request resolved: #5124
This pull request was exported from Phabricator. Differential Revision: D62154007 |
This pull request was exported from Phabricator. Differential Revision: D62154007 |
Pull Request resolved: #5124 If we happen to be running without a delegate, directly implementing linear is much more efficient than permute_copy_out (materialize a transpose) followed by matmul. ghstack-source-id: 241719570 @exported-using-ghexport Differential Revision: [D62154007](https://our.internmc.facebook.com/intern/diff/D62154007/)
something is off with the stack. bunch of unrelated files are change. probably diff train related shenanigans? |
This pull request was exported from Phabricator. Differential Revision: D62154007 |
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.
stamping to unblock but @kirklandsign please see the clobbering happening from other unrelated changes
This pull request was exported from Phabricator. Differential Revision: D62154007 |
b5f4aa5
to
0e0f252
Compare
2b23a7f
to
83ccadf
Compare
If we happen to be running without a delegate, directly implementing linear is much more efficient than permute_copy_out (materialize a transpose) followed by matmul. Differential Revision: [D62154007](https://our.internmc.facebook.com/intern/diff/D62154007/) [ghstack-poisoned]
0e0f252
to
01b07b7
Compare
this stack needs re-export |
Stack from ghstack (oldest at bottom):
If we happen to be running without a delegate, directly implementing linear is much more efficient than permute_copy_out (materialize a transpose) followed by matmul.
Differential Revision: D62154007