ggml : fix bug in ggml_compute_forward_dup_f32()

This commit is contained in:
Georgi Gerganov 2023-04-20 21:58:05 +03:00
parent 2005469ea1
commit 9ff334f3c9
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

1
ggml.c
View file

@ -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) {