]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml-cpu: arm64: q6_K repack gemm and gemv (and generic) implementations (dotprod...
authorAlberto Cabrera Pérez <redacted>
Tue, 10 Feb 2026 10:47:45 +0000 (10:47 +0000)
committerGeorgi Gerganov <redacted>
Sat, 14 Feb 2026 22:20:18 +0000 (00:20 +0200)
commitfcb9b8248b973e97a82ff0bad4432b3afdfa9d9a
treed7e6cb23e1c80cc7596b75294fd180d375ba4c5e
parent76ded7b66d50d17bab56cf5ae04a2fbd35572021
ggml-cpu: arm64: q6_K repack gemm and gemv (and generic) implementations (dotprod) (llama/19360)

* First working version of GEMM and GEMV

* interleave loads and compute

* Clang-format

* Added missing fallback. Removed tested TODO.

* Swap M and N to be consistent with the repack template convention
src/ggml-cpu/arch-fallback.h
src/ggml-cpu/arch/arm/repack.cpp
src/ggml-cpu/repack.cpp
src/ggml-cpu/repack.h