Skip to content

Conversation

sirus20x6
Copy link
Contributor

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.

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.
@github-actions github-actions bot added the ggml changes relating to the ggml tensor library for machine learning label Oct 11, 2025
@sirus20x6
Copy link
Contributor Author

sorry for the noise. something unrelated was put in with this. removed it.

@ggerganov ggerganov merged commit 20cc625 into ggml-org:master Oct 12, 2025
74 of 134 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ggml changes relating to the ggml tensor library for machine learning

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants