]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml: aarch64: Implement SVE in Gemm q4_k 8x8 q8_k Kernel (llama/19132)
authorabhijain1204fujitsu <redacted>
Mon, 16 Feb 2026 06:38:43 +0000 (12:08 +0530)
committerGeorgi Gerganov <redacted>
Wed, 25 Feb 2026 10:32:13 +0000 (12:32 +0200)
commit6eb7757802aa641ee544676e602b005490d36864
treebeee2d6720be9f2c1f5fa49d377da512203f63f2
parent8b1828c6dfdbf169c471887cbbd3294143979cab
ggml: aarch64: Implement SVE in Gemm q4_k 8x8 q8_k Kernel (llama/19132)

* Updated repack.cpp

* Updated repack.cpp

* Updated repack.cpp

* Added if condition to support only vector length 256.

* Changed the format removed comments and duplicate variable

* If SVE 256 not present then was using generic function to compute, hence slowing the performance.

So added code if SVE 256 is not present then use NEON code.

* Code format change suggestion

---------

Co-authored-by: Vithule, Prashant <redacted>
src/ggml-cpu/arch/arm/repack.cpp