Skip to content

Commit 9ff334f

Browse files
committed
ggml : fix bug in ggml_compute_forward_dup_f32()
1 parent 2005469 commit 9ff334f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ggml.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6140,7 +6140,6 @@ static void ggml_compute_forward_dup_f32(
61406140
i10 += ne00 * ir0;
61416141
while (i10 >= ne0) {
61426142
i10 -= ne0;
6143-
i11++;
61446143
if (++i11 == ne1) {
61456144
i11 = 0;
61466145
if (++i12 == ne2) {

0 commit comments

Comments
 (0)