llama.cpp/ggml/src/ggml-cpu
Aaron Teo 18d79e1a30
ggml-cpu: move s390x typedef to own header file
Signed-off-by: Aaron Teo <aaron.teo1@ibm.com>
(cherry picked from commit 157f856c34)
2025-06-21 19:31:34 +08:00
..
amx ggml-cpu : split arch-specific implementations (#13892) 2025-06-09 16:47:13 +02:00
arch ggml-cpu: move s390x typedef to own header file 2025-06-21 19:31:34 +08:00
cmake ggml : build backends as libraries (#10256) 2024-11-14 18:04:35 +01:00
kleidiai ggml-cpu : split arch-specific implementations (#13892) 2025-06-09 16:47:13 +02:00
llamafile llamafile : support s390x SIMD instruction set (#14273) 2025-06-19 11:48:54 +02:00
CMakeLists.txt ggml-cpu: fix macro declaration 2025-06-21 19:08:48 +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 : split arch-specific implementations (#13892) 2025-06-09 16:47:13 +02:00
ggml-cpu-impl.h ggml-cpu: move s390x typedef to own header file 2025-06-21 19:31:34 +08:00
ggml-cpu.c ggml-cpu: clarified vector naming 2025-06-21 17:39:35 +08:00
ggml-cpu.cpp ggml-cpu: add nnpa compile flag 2025-06-21 14:46:41 +08: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 Add `ggml_roll` (ggml/1274) 2025-06-20 21:02:47 +03:00
ops.h Add `ggml_roll` (ggml/1274) 2025-06-20 21:02:47 +03:00
quants.c ggml-cpu : remove the weak alias trick (#14221) 2025-06-17 12:58:32 +03:00
quants.h ggml-cpu : rework weak alias on apple targets (#14146) 2025-06-16 13:54:15 +08:00
repack.cpp Implement GGML_CPU_ALL_VARIANTS for PowerPC (#14286) 2025-06-20 14:17:32 +02:00
repack.h ggml-cpu : remove the weak alias trick (#14221) 2025-06-17 12:58:32 +03:00
simd-mappings.h ggml-cpu: bring back fp32->fp16 store nnpa 2025-06-21 17:49:36 +08: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: aarch64: Implement SVE F32 kernels for vector functions (#13843) 2025-05-29 09:01:33 +03:00
vec.h ggml: aarch64: Implement SVE F32 kernels for Mamba Sequential Scan Algorithm (#13882) 2025-05-29 12:18:43 +03:00