llama.cpp/ggml/src/ggml-cpu
Aaron Teo 12e6b8b65d
Merge branch 'master' into feat/backend-zdnn
2025-07-31 02:00:01 +08:00
..
amx ggml-cpu: enable IBM NNPA Vector Intrinsics (#14317) 2025-06-25 23:49:04 +02:00
arch ggml-cpu : deduplicate scalar implementations (#14897) 2025-07-28 17:40:24 +02:00
cmake ggml : build backends as libraries (#10256) 2024-11-14 18:04:35 +01:00
kleidiai kleidiai: add support for get_rows (#14676) 2025-07-21 16:49:52 +03:00
llamafile ggml : refactor llamafile_sgemm PPC code (#14673) 2025-07-14 16:16:42 +03:00
CMakeLists.txt Merge branch 'master' into feat/backend-zdnn 2025-07-31 02:00:01 +08:00
arch-fallback.h ggml-cpu : remove the weak alias trick (#14221) 2025-06-17 12:58:32 +03:00
binary-ops.cpp cpu: de-duplicate some of the operators and refactor (ggml/1144) 2025-03-30 08:33:31 +03:00
binary-ops.h cpu: de-duplicate some of the operators and refactor (ggml/1144) 2025-03-30 08:33:31 +03:00
common.h ggml-cpu: enable IBM NNPA Vector Intrinsics (#14317) 2025-06-25 23:49:04 +02:00
ggml-cpu-impl.h ggml-cpu: enable IBM NNPA Vector Intrinsics (#14317) 2025-06-25 23:49:04 +02:00
ggml-cpu.c ggml : implement GEGLU_ERF and GEGLU_QUICK ops (#14445) 2025-07-03 23:07:22 +02:00
ggml-cpu.cpp ggml : add ggml_set_rows (#14274) 2025-06-27 16:41:40 +03:00
hbm.cpp ggml-cpu : split arch-specific implementations (#13892) 2025-06-09 16:47:13 +02:00
hbm.h ggml-cpu : split arch-specific implementations (#13892) 2025-06-09 16:47:13 +02:00
ops.cpp ggml : add asserts (#14720) 2025-07-16 14:43:32 +03:00
ops.h Add Conv2d for CPU (#14388) 2025-06-30 23:57:04 +08:00
quants.c ggml-cpu: enable IBM NNPA Vector Intrinsics (#14317) 2025-06-25 23:49:04 +02:00
quants.h ggml-cpu : rework weak alias on apple targets (#14146) 2025-06-16 13:54:15 +08:00
repack.cpp ggml-cpu : remove stdlib include from repack.cpp (ggml/1276) 2025-07-24 20:27:23 +03:00
repack.h ggml-cpu : remove the weak alias trick (#14221) 2025-06-17 12:58:32 +03:00
simd-mappings.h llama : initial Mamba-2 support (#9126) 2025-07-02 13:10:24 -04:00
traits.cpp ggml-cpu : split arch-specific implementations (#13892) 2025-06-09 16:47:13 +02:00
traits.h ggml-cpu : split arch-specific implementations (#13892) 2025-06-09 16:47:13 +02:00
unary-ops.cpp cpu: de-duplicate some of the operators and refactor (ggml/1144) 2025-03-30 08:33:31 +03:00
unary-ops.h cpu: de-duplicate some of the operators and refactor (ggml/1144) 2025-03-30 08:33:31 +03:00
vec.cpp ggml : add asserts (#14720) 2025-07-16 14:43:32 +03:00
vec.h ggml : add ggml_scale_bias (#14417) 2025-07-09 18:16:12 +02:00