Parcourir la source

ggml : fix bug in ggml_compute_forward_dup_f32()

Georgi Gerganov il y a 2 ans
Parent
commit
9ff334f3c9
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      ggml.c

+ 0 - 1
ggml.c

@@ -6140,7 +6140,6 @@ static void ggml_compute_forward_dup_f32(
                 i10 += ne00 * ir0;
                 while (i10 >= ne0) {
                     i10 -= ne0;
-                    i11++;
                     if (++i11 == ne1) {
                         i11 = 0;
                         if (++i12 == ne2) {