koboldcpp/ggml/src/ggml-cpu
Concedo 06159939d9 Merge branch 'upstream' into concedo_experimental
# Conflicts:
#	.github/workflows/build.yml
#	Makefile
#	docs/build.md
#	examples/rpc/rpc-server.cpp
#	examples/sycl/build.sh
#	ggml/CMakeLists.txt
#	ggml/src/ggml-cann/aclnn_ops.cpp
#	ggml/src/ggml-cann/ggml-cann.cpp
#	ggml/src/ggml-hip/CMakeLists.txt
#	scripts/sync-ggml.last
2025-04-17 00:52:37 +08:00
..
kleidiai ggml-cpu : update KleidiAI to v1.5.0 (#12568) 2025-03-25 13:10:18 +02:00
llamafile llamafile : ppc64le GEMV forwarding for FP32. (#12594) 2025-03-28 09:43:22 +02:00
binary-ops.cpp binops does not need clblast anymore 2025-04-03 23:06:19 +08: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 cpu: de-duplicate some of the operators and refactor (ggml/1144) 2025-03-30 08:33:31 +03:00
cpu-feats-x86.cpp ggml-cpu: Faster IQ1 mul_mat_vec on AVX2 using BMI2 instructions (#12154) 2025-03-06 02:26:10 +01:00
ggml-cpu-aarch64.cpp Merge branch 'upstream' into concedo_experimental 2025-04-17 00:52:37 +08:00
ggml-cpu-aarch64.h ggml : refactor online repacking (#10446) 2024-12-07 14:37:50 +02:00
ggml-cpu-hbm.cpp ggml : refactor online repacking (#10446) 2024-12-07 14:37:50 +02:00
ggml-cpu-hbm.h ggml : refactor online repacking (#10446) 2024-12-07 14:37:50 +02:00
ggml-cpu-impl.h ggml-cpu-impl.h: do not redefine bool on POWER9 (#12856) 2025-04-10 01:00:34 +02:00
ggml-cpu-quants.c update api docs and lite 2025-03-29 15:39:25 +08:00
ggml-cpu-quants.h ggml : build backends as libraries (#10256) 2024-11-14 18:04:35 +01:00
ggml-cpu-traits.cpp made shaders gen deterministic, update to c++17 (+4 squashed commit) 2024-12-13 23:07:10 +08:00
ggml-cpu-traits.h made shaders gen deterministic, update to c++17 (+4 squashed commit) 2024-12-13 23:07:10 +08:00
ggml-cpu.c Merge branch 'upstream' into concedo_experimental 2025-04-12 10:06:47 +08:00
ggml-cpu.cpp Merge branch 'upstream' into concedo_experimental 2025-04-17 00:52:37 +08:00
ops.cpp ggml : add bilinear upscale support (ggml/1185) 2025-04-11 00:17:47 +03:00
ops.h ggml : add more generic custom op, remove deprecated custom ops (ggml/1183) 2025-04-11 00:17:47 +03:00
simd-mappings.h ggml: fix compilation error s390x (#12848) 2025-04-11 08:20:07 +03: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 cpu: move all the operators into a separate c++ file (except mul_mat) (ggml/1167) 2025-04-07 18:44:17 +03:00
vec.h cpu: move all the operators into a separate c++ file (except mul_mat) (ggml/1167) 2025-04-07 18:44:17 +03:00