Commit ce2a9eb
committed
[llama-mm] Fix AOTI test for attention
Summary: Disable `reorder_for_peak_memory` because it moves
`_local_dense_scalar` codegen to after subgraphs.
Test Plan: As titled.
```
RUN_SKIPPED=1 pytorch -m unittest
extension.llm.modules.test.test_attention -k test_attention_aoti
```
Need to address the flaky test later.
Reviewers:
Subscribers:
Tasks:
Tags:1 parent 5663e3c commit ce2a9eb
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
160 | 162 | | |
161 | 163 | | |
162 | 164 | | |
| |||
168 | 170 | | |
169 | 171 | | |
170 | 172 | | |
171 | | - | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
172 | 177 | | |
173 | 178 | | |
174 | 179 | | |
| |||
0 commit comments