mirror of
https://git.adityakumar.xyz/llama.cpp.git
synced 2024-11-09 23:29:44 +00:00
ggml : fix bug in ggml_compute_forward_dup_f32()
This commit is contained in:
parent
2005469ea1
commit
9ff334f3c9
1 changed files with 0 additions and 1 deletions
1
ggml.c
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) {
|
||||
|
|
Loading…
Reference in a new issue