]> git.djapps.eu Git - pkg/ggml/sources/whisper.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)
committerGeorgi Gerganov <redacted>
Sun, 15 Feb 2026 19:44:37 +0000 (21:44 +0200)
commitd77265c8181f916a84a8e452ee2bffc2e476b6d7
treeb8031053f2840b9c0a5377bc39b08a1c7c065d1d
parentb0fe2e84fa5bedfeb7df335153146cb7293cba01
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
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