We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56370c0 commit c390b5cCopy full SHA for c390b5c
src/library/tools/tune/subdim.c
@@ -213,8 +213,8 @@ initVector(SubDimInfo* sd)
213
setVariable(sd, V_L1_BW, 6, &dim[0]);
214
}
215
else {
216
- setVariable(sd, V_L0_X, 4, &dim[4]);
217
- setVariable(sd, V_L0_Y, 4, &dim[4]);
+ setVariable(sd, V_L0_X, 4, &dim[5]);
+ setVariable(sd, V_L0_Y, 4, &dim[5]);
218
setVariable(sd, V_L0_BW, 6, &dim[0]);
219
setVariable(sd, V_L1_X, 6, &dim[0]);
220
setVariable(sd, V_L1_Y, 6, &dim[0]);
0 commit comments