]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/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)
committerGitHub <redacted>
Tue, 10 Feb 2026 10:47:45 +0000 (10:47 +0000)
commitc03a5a46f0b9d05dd6099d64ab6ed091feabdb97
tree6982da72cca4add2ef8a67a8ea266902c3c0ba28
parent6948adc90d77949e7802616d4c030396cf03b9c7
ggml-cpu: arm64: q6_K repack gemm and gemv (and generic) implementations (dotprod) (#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
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