]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ggml-cpu: ARM64: repack version of q8_0 (dotprod and i8mm) (llama/18096)
authorAlberto Cabrera Pérez <redacted>
Wed, 17 Dec 2025 11:39:13 +0000 (11:39 +0000)
committerGeorgi Gerganov <redacted>
Wed, 31 Dec 2025 15:52:09 +0000 (17:52 +0200)
commit1f72f00542524c7ff222e2c85975b13a19ae73bf
tree1ce837d941c0eadac0d1a1629f1c6d10931209cd
parent9118c05dc4c12c04db9bf9ee32610c6019452ff1
ggml-cpu: ARM64: repack version of q8_0 (dotprod and i8mm) (llama/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