]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/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>
Fri, 27 Feb 2026 18:57:58 +0000 (20:57 +0200)
commitf8f7c1d8918114f2c2ee6a5c249ccf61a0298c45
tree027528f46638ad53961cf0422f57e63c236549e4
parent02a9f660b8e05d0fd5afae17c0316f16df667a81
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>
ggml/src/ggml-cpu/arch/arm/repack.cpp