Commit 74cfd16
Reduce allocation overhead in quantized sdpa (pytorch#16119)
This PR was created by the merge bot to help merge the original PR into
the main branch.
ghstack PR number: pytorch#15610 by
@kimishpatel
^ Please use this as the source of truth for the PR details, comments,
and reviews
ghstack PR base:
https://github.com/pytorch/executorch/tree/gh/kimishpatel/202/base
ghstack PR head:
https://github.com/pytorch/executorch/tree/gh/kimishpatel/202/head
Merge bot PR base: https://github.com/pytorch/executorch/tree/main
Merge bot PR head:
https://github.com/pytorch/executorch/tree/gh/kimishpatel/202/orig
Differential Revision:
[D85532077](https://our.internmc.facebook.com/intern/diff/D85532077/)
@diff-train-skip-merge
Co-authored-by: Kimish Patel <kimishpatel@fb.com>1 parent 6ea9a4b commit 74cfd16
1 file changed
Lines changed: 23 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
217 | | - | |
| 216 | + | |
| 217 | + | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
240 | | - | |
| 240 | + | |
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | | - | |
| 260 | + | |
| 261 | + | |
261 | 262 | | |
262 | 263 | | |
263 | 264 | | |
| |||
273 | 274 | | |
274 | 275 | | |
275 | 276 | | |
276 | | - | |
| 277 | + | |
| 278 | + | |
277 | 279 | | |
278 | 280 | | |
279 | 281 | | |
| |||
773 | 775 | | |
774 | 776 | | |
775 | 777 | | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
776 | 789 | | |
777 | 790 | | |
778 | 791 | | |
| |||
797 | 810 | | |
798 | 811 | | |
799 | 812 | | |
| 813 | + | |
| 814 | + | |
800 | 815 | | |
801 | 816 | | |
802 | 817 | | |
| |||
1053 | 1068 | | |
1054 | 1069 | | |
1055 | 1070 | | |
1056 | | - | |
| 1071 | + | |
| 1072 | + | |
1057 | 1073 | | |
1058 | 1074 | | |
1059 | 1075 | | |
| |||
0 commit comments