Commit 2042b2e
Fix dma_op.py BD dimensions; restore stale doc comment
test/python/dma_op.py used innermost size=1 on i16, a sub-word
contiguous run that the new shared verifier (correctly) rejects.
Make the innermost dim (2,1) so the BD is realizable.
Also move the BDDimLayoutAttr doc comment back above
isContiguousBDTransfer; it got separated when verifyBDSizesStrides
was inserted in between.
Co-Authored-By: Claude Opus 4 (1M context) <noreply@anthropic.com>1 parent 62d3ae4 commit 2042b2e
2 files changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2196 | 2196 | | |
2197 | 2197 | | |
2198 | 2198 | | |
2199 | | - | |
2200 | | - | |
2201 | | - | |
2202 | 2199 | | |
2203 | 2200 | | |
2204 | 2201 | | |
| |||
2267 | 2264 | | |
2268 | 2265 | | |
2269 | 2266 | | |
| 2267 | + | |
| 2268 | + | |
| 2269 | + | |
2270 | 2270 | | |
2271 | 2271 | | |
2272 | 2272 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments