]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml-cpu: ARM64: repack version of q8_0 (dotprod and i8mm) (#18096)
authorAlberto Cabrera Pérez <redacted>
Wed, 17 Dec 2025 11:39:13 +0000 (11:39 +0000)
committerGitHub <redacted>
Wed, 17 Dec 2025 11:39:13 +0000 (13:39 +0200)
commit669696e00d60e7ffa0223ee61242318a51f33a79
treebdbbc84c45763b1dc581b090406724db8a9b20fb
parent982060fadcf2469363efeaab113d7f81eaff4bf6
ggml-cpu: ARM64: repack version of q8_0 (dotprod and i8mm) (#18096)

* wip: skeleton for q8_0 repack

* q8_0 repack GEMV implementations

* GEMM implementations

* Formatting

* Fixed format consistency of repack gemm and gemv declarations

* gemv and gemm generic location consistent with declarations

* Removed non-correct unused variables statements

* Cleanup, consistent style

* Missing generic fallbacks for x86 and powerpc
ggml/src/ggml-cpu/arch-fallback.h
ggml/src/ggml-cpu/arch/arm/repack.cpp
ggml/src/ggml-cpu/repack.cpp
ggml/src/ggml-cpu/repack.h