whisper.cpp/ggml/src/ggml-cpu
pl752 2b9fb0be77
ggml-cpu: Optimized x86 and generic cpu q1_0 dot (follow up) (llama/21636)
* Implemented optimized q1_0 dot for x86 and generic

* Removed redundant helper definition

* Removed two redundant instructions from AVX q1_0 dot

* Fixed inconsistency with fp16 conversion for generic q1_0 dot and deduplicated generic fallback

* Style cleanup around AVX q1_0 dot

* Replaced explicitly unrolled blocks with inner for loop for q1_0

* Replaced scalar ARM q1_0 impl with new generic one
2026-04-30 11:29:14 +03:00
..
amx ggml: backend-agnostic tensor parallelism (experimental) (llama/19378) 2026-04-30 11:29:05 +03:00
arch ggml-cpu: Optimized x86 and generic cpu q1_0 dot (follow up) (llama/21636) 2026-04-30 11:29:14 +03:00
cmake ggml : build backends as libraries (llama/10256) 2024-11-20 21:00:08 +02:00
kleidiai kleidiai : fix MUL_MAT support for batched (3D) inputs (llama/20620) 2026-03-29 15:04:36 +03:00
llamafile ggml-cpu: fix fallback for RVV kernels without zvfh (llama/21157) 2026-04-30 11:28:58 +03: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 fix(ggml): correct RISC-V ISA string canonical ordering for RVV in CMake (llama/20888) 2026-03-29 15:04:36 +03:00
arch-fallback.h ggml-cpu: Optimized x86 and generic cpu q1_0 dot (follow up) (llama/21636) 2026-04-30 11:29:14 +03:00
binary-ops.cpp ggml : extend bin bcast for permuted src1 (llama/19484) 2026-02-15 21:44:37 +02: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-cpu: FA add GEMM microkernel (llama/19422) 2026-02-27 20:57:58 +02:00
ggml-cpu-impl.h ggml : fix ARM NEON nvfp4 dot product on non-dotprod targets (llama/21559) 2026-04-30 11:29:08 +03:00
ggml-cpu.c ggml: add Q1_0 1-bit quantization support (CPU) (llama/21273) 2026-04-30 11:29:01 +03:00
ggml-cpu.cpp ggml: backend-agnostic tensor parallelism (experimental) (llama/19378) 2026-04-30 11:29:05 +03: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 : fix a few instances of missing GGML_TYPE_Q1_0 cases (llama/21716) 2026-04-30 11:29:06 +03:00
ops.h ggml: add GATED_DELTA_NET op (llama/19504) 2026-03-16 13:10:15 +02:00
quants.c ggml-cpu: Optimized x86 and generic cpu q1_0 dot (follow up) (llama/21636) 2026-04-30 11:29:14 +03:00
quants.h ggml: add Q1_0 1-bit quantization support (CPU) (llama/21273) 2026-04-30 11:29:01 +03:00
repack.cpp ggml-cpu: fix RVV checks in quants and repacking (llama/20682) 2026-03-29 15:04:36 +03:00
repack.h ggml-cpu: add RVV repack GEMM and GEMV for quantization types (llama/19121) 2026-03-16 13:10:15 +02:00
simd-gemm.h ggml : implemented simd_gemm kernel for riscv vector extension (llama/20627) 2026-04-30 11:29:11 +03:00
simd-mappings.h ggml : add native AVX512-FP16 support for F16 operations (llama/20529) 2026-03-16 13:10:15 +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 : unary ops support non-cont src0 + metal F16 unary ops (llama/19511) 2026-02-15 21:44:37 +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: optimize ggml_vec_dot_bf16 for s390x (llama/19399) 2026-02-27 20:57:58 +02:00
vec.h ggml-cpu: fix fallback for RVV kernels without zvfh (llama/21157) 2026-04-30 11:28:58 +03:00