]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml : fix bug in ggml_compute_forward_sum_f32 (#1162)
authorxaedes <redacted>
Mon, 24 Apr 2023 21:02:02 +0000 (23:02 +0200)
committerGitHub <redacted>
Mon, 24 Apr 2023 21:02:02 +0000 (23:02 +0200)
commit54bb60e26858be251a0eb3cb70f80322aff804a0
tree978f5e2dd395db5a886bd3bce23b6fa1b12e796c
parent8a0f8673ba1cdc6aa6df27a9fbc698431ca70e8d
ggml : fix bug in ggml_compute_forward_sum_f32 (#1162)

The sum over all rows is now computed instead of just the last row
ggml.c