-
Notifications
You must be signed in to change notification settings - Fork 527
[Executorch][SDPA] Refactor + Make quantized sdpa handle sequence at dim 1 or 2 #9943
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
[Executorch][SDPA] Refactor + Make quantized sdpa handle sequence at dim 1 or 2 #9943
Conversation
…dim 1 or 2 For quantized SDPA we want to evaluate performance impact of having seq at dim 1 as well as dim 2. This diff refactors the code to enable this. The same should be done also for float SDPA but left for future. Differential Revision: [D71833060](https://our.internmc.facebook.com/intern/diff/D71833060/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/9943
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 6cafa6a with merge base ad6f5ee ( 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: D71833060 |
…equence at dim 1 or 2" For quantized SDPA we want to evaluate performance impact of having seq at dim 1 as well as dim 2. This diff refactors the code to enable this. The same should be done also for float SDPA but left for future. Differential Revision: [D71833060](https://our.internmc.facebook.com/intern/diff/D71833060/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D71833060 |
…equence at dim 1 or 2" For quantized SDPA we want to evaluate performance impact of having seq at dim 1 as well as dim 2. This diff refactors the code to enable this. The same should be done also for float SDPA but left for future. Differential Revision: [D71833060](https://our.internmc.facebook.com/intern/diff/D71833060/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D71833060 |
…equence at dim 1 or 2" For quantized SDPA we want to evaluate performance impact of having seq at dim 1 as well as dim 2. This diff refactors the code to enable this. The same should be done also for float SDPA but left for future. Differential Revision: [D71833060](https://our.internmc.facebook.com/intern/diff/D71833060/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D71833060 |
acd6b1c
into
gh/kimishpatel/170/base
Stack from ghstack (oldest at bottom):
For quantized SDPA we want to evaluate performance impact of having seq at dim 1 as well as dim 2.
This diff refactors the code to enable this.
The same should be done also for float SDPA but left for future.
Differential Revision: D71833060