Bit-interleaved Q1_0 8x32 repack kernels for x86 AVX2#29
Open
pl752 wants to merge 1 commit intoPrismML-Eng:prismfrom
Open
Bit-interleaved Q1_0 8x32 repack kernels for x86 AVX2#29pl752 wants to merge 1 commit intoPrismML-Eng:prismfrom
pl752 wants to merge 1 commit intoPrismML-Eng:prismfrom
Conversation
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.
Continuation of #21 and #10
Been a hot minute
Decided to drop
nrc==2(might revisit if plain AVX and SSSE3 are needed) as it is mostly used in specific situations for ARM_DOTPROD and focus on optimized gemv and gemm.Also I have finally moved to native linux from WSL2, so now benchmarks are run with
-fa 1 -mmp 0 -r 5 -t 6instead of-t10as SMT threads don't help significantly with performance anymore, but increase memory pressure. So benchmark baselines have shifted again.AVX2pp512AVX2tg128AVX512*pp512AVX512*tg128*- register file increase only, no special kernelAVX512 is in theory usable, but couldn't implement kernel which won't regress Zen 4 AVX512 performance yet, so currently relying on AVX2 code
Perplexity
For some reason model identifies its type as Q2_0
Benchmarks for various number of threads for repack AVX512