]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml: aarch64: Implement SVE in Gemm q4_k 8x8 q8_k Kernel (#19132)
authorabhijain1204fujitsu <redacted>
Mon, 16 Feb 2026 06:38:43 +0000 (12:08 +0530)
committerGitHub <redacted>
Mon, 16 Feb 2026 06:38:43 +0000 (14:38 +0800)
commit267ba5a1d957158316a4fc85b1f0cf316d9a5233
tree54e96e4ff54ef7c5e0384fdc39e725a1e7c7c68e
parentff4affb4c1aa7eb4f28a0d9de1b205bd719802f2
ggml: aarch64: Implement SVE in Gemm q4_k 8x8 q8_k Kernel  (#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