Skip to content

Commit c390b5c

Browse files
author
Timmy
committed
increase the tuning converage for one dimension of the workgroup size bigger than 32
1 parent 56370c0 commit c390b5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/library/tools/tune/subdim.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ initVector(SubDimInfo* sd)
213213
setVariable(sd, V_L1_BW, 6, &dim[0]);
214214
}
215215
else {
216-
setVariable(sd, V_L0_X, 4, &dim[4]);
217-
setVariable(sd, V_L0_Y, 4, &dim[4]);
216+
setVariable(sd, V_L0_X, 4, &dim[5]);
217+
setVariable(sd, V_L0_Y, 4, &dim[5]);
218218
setVariable(sd, V_L0_BW, 6, &dim[0]);
219219
setVariable(sd, V_L1_X, 6, &dim[0]);
220220
setVariable(sd, V_L1_Y, 6, &dim[0]);

0 commit comments

Comments
 (0)