whisper.cpp/ggml/src/ggml-cpu
Alberto Cabrera Pérez 1f72f00542 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
2025-12-31 17:52:09 +02:00
..
amx ggml : fix unaligned access in AMX code (llama/16315) 2025-10-12 11:16:23 +03:00
arch ggml-cpu: ARM64: repack version of q8_0 (dotprod and i8mm) (llama/18096) 2025-12-31 17:52:09 +02:00
cmake ggml : build backends as libraries (llama/10256) 2024-11-20 21:00:08 +02:00
kleidiai kleidiai: fix zero-size array declaration (llama/17240) 2025-12-12 17:53:04 +02:00
llamafile Q4/Q8 Tiled Gemm Optimization. (llama/16999) 2025-12-12 17:53:17 +02:00
spacemit ggml : fix SpaceMit IME array out-of-bounds in task assignment (llama/16629) 2025-10-22 12:58:11 +03:00
CMakeLists.txt ggml-cpu: add ggml_thread_cpu_relax with Zihintpause support (llama/17784) 2025-12-12 17:53:21 +02:00
arch-fallback.h ggml-cpu: ARM64: repack version of q8_0 (dotprod and i8mm) (llama/18096) 2025-12-31 17:52:09 +02:00
binary-ops.cpp cpu: de-duplicate some of the operators and refactor (ggml/1144) 2025-03-31 14:56:53 +03:00
binary-ops.h cpu: de-duplicate some of the operators and refactor (ggml/1144) 2025-03-31 14:56:53 +03:00
common.h ggml : refactor forward_dup for cpu backend (llama/16062) 2025-09-20 13:46:39 +03:00
ggml-cpu-impl.h ggml : LoongArch fixes (llama/16958) 2025-11-09 23:38:03 +02:00
ggml-cpu.c ggml-cpu : fix RISC-V Q4_0 repack select and RVV feature reporting (llama/17951) 2025-12-18 08:20:56 +02:00
ggml-cpu.cpp ggml-cpu : fix RISC-V Q4_0 repack select and RVV feature reporting (llama/17951) 2025-12-18 08:20:56 +02:00
hbm.cpp ggml-cpu : split arch-specific implementations (llama/13892) 2025-06-10 12:40:33 +03:00
hbm.h ggml-cpu : split arch-specific implementations (llama/13892) 2025-06-10 12:40:33 +03:00
ops.cpp ggml : add circular tiling support to pad, for Vulkan, CUDA, and CPU (used for making seamless textures) (llama/16985) 2025-12-12 17:53:20 +02:00
ops.h ggml : add ggml_top_k (llama/17365) 2025-12-12 17:53:08 +02:00
quants.c llama : add gpt-oss (llama/15091) 2025-08-18 20:30:45 +03:00
quants.h llama : add gpt-oss (llama/15091) 2025-08-18 20:30:45 +03:00
repack.cpp ggml-cpu: ARM64: repack version of q8_0 (dotprod and i8mm) (llama/18096) 2025-12-31 17:52:09 +02:00
repack.h ggml-cpu: ARM64: repack version of q8_0 (dotprod and i8mm) (llama/18096) 2025-12-31 17:52:09 +02:00
simd-mappings.h ggml : remove useless and error-prone variadic macros (llama/17399) 2025-12-12 17:53:04 +02:00
traits.cpp ggml : fix fallback to CPU for ununsupported ops (llama/15118) 2025-08-18 20:30:45 +03:00
traits.h ggml : fix fallback to CPU for ununsupported ops (llama/15118) 2025-08-18 20:30:45 +03:00
unary-ops.cpp ggml : add ops SOFTPLUS, EXPM1, TRI, SOLVE_TRI, CUMSUM (llama/17063) 2025-11-17 21:05:46 +02:00
unary-ops.h ggml : add ops SOFTPLUS, EXPM1, TRI, SOLVE_TRI, CUMSUM (llama/17063) 2025-11-17 21:05:46 +02:00
vec.cpp ggml-cpu : add RISC-V vector intrinsic support for silu and cvar operations (llama/17227) 2025-11-17 21:05:46 +02:00
vec.h ggml-cpu : add RISC-V Zvfh impl for ggml_vec_mad_f16 (llama/17448) 2025-12-12 17:53:09 +02:00