Enable AVX-VNNI 256-bit path for IQ3_XXS and IQ3_S R4 matmul#1474
Merged
ikawrakow merged 1 commit intoikawrakow:mainfrom Mar 20, 2026
Merged
Enable AVX-VNNI 256-bit path for IQ3_XXS and IQ3_S R4 matmul#1474ikawrakow merged 1 commit intoikawrakow:mainfrom
ikawrakow merged 1 commit intoikawrakow:mainfrom
Conversation
9a7edd5 to
41a03c2
Compare
ikawrakow
approved these changes
Mar 20, 2026
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.
Adding HAVE_VNNI256 optimized paths for
mul_mat_iq3_xxs_r4_q8_kandmul_mat_iq3_s_r4_q8_kkernels.The method we take here is very similar to some of my previous PRs, adding and conditionally using an optimized
dpbusdpath instead of the multi-instruction AVX2 alternative.FANCY is doing its own thing above the respective new VNNI code blocks and shouldn't reach this new code.
Performance
Sweep bench (Qwen3.5-2B IQ3_XS, 6 P-core threads,
--run-time-repack, N_KV 0-16384):Small but solid boost to pp and the data is suggestive of a tiny increase in tg as well
QA