Commit ef4442c
Update bad_npu_nd.mlir stride-alignment test to use size>1 dim
The test triggered the "Stride 1 ... not divisible by 4" error using a
size=1 dim with stride=2. After the verifier skips alignment checks for
size==1 dims (their stride is never stepped), that case no longer errors.
Switch the dim's size from 1 to 2 so the same stride violation occurs on
a dim that is actually stepped. Error message is unchanged (same stride
index, same value).
Co-Authored-By: Claude Opus 4 (1M context) <noreply@anthropic.com>1 parent a298885 commit ef4442c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| |||
0 commit comments