]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ggml: Correct SVE implementation in ggml_vec_dot_f16_unroll (llama/16518)
authorsirus20x6 <redacted>
Sun, 12 Oct 2025 05:15:00 +0000 (00:15 -0500)
committerGeorgi Gerganov <redacted>
Wed, 15 Oct 2025 06:29:17 +0000 (09:29 +0300)
commit53721d6309da37821e7013980b4b6fcb77738b7e
tree2e7c095a0e95f2e5fb38bb361acada2670e92f12
parentb5fb9b9f58ea65d0e367d1183dd328283aecee66
ggml: Correct SVE implementation in ggml_vec_dot_f16_unroll (llama/16518)

The previous SVE implementation for `ggml_vec_dot_f16_unroll` contained a bug due to a copy-paste error. The wrong variable was used in an FMA instruction, leading to incorrect results. This commit corrects the variable usage and improves the clarity of the code by renaming variables to avoid confusion.

Co-authored-by: Aaron <redacted>
ggml/src/ggml-cpu/vec.h