ggml-cpu: add 128-bit RVV implementation for Quantization Vector Dot#9
Merged
taimur-10x merged 3 commits intomasterfrom Mar 18, 2026
Merged
ggml-cpu: add 128-bit RVV implementation for Quantization Vector Dot#9taimur-10x merged 3 commits intomasterfrom
taimur-10x merged 3 commits intomasterfrom
Conversation
51b400b to
8bd5cbe
Compare
21b6845 to
a22b149
Compare
f8f9384 to
2785c94
Compare
9ca80fc to
68e3cee
Compare
2785c94 to
f83ddf7
Compare
f83ddf7 to
c7c6abc
Compare
Collaborator
|
opened pr upstreamhere |
c7c6abc to
d618925
Compare
Co-authored-by: Rehan Qasim <rehan.qasim@10xengineers.ai>
d618925 to
cf95828
Compare
cf95828 to
05a5425
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds RVV 128-bit implementations for quantized vector dot kernels.
Key Changes
Testing
Kernels were functionally tested through
test-quantize-fnsfor128-biton QEMU.Future Work
Subsequent PRs plan to extend existing RVV kernels for quantization types to higher VLENs (512-bit and 1024-bit).