koboldcpp/ggml/src
lhez f454bd7eb8
opencl: add iq4_nl support (#22272)
* opencl: add general support for iq4_nl

* opencl: add iq4_nl gemm/gemv for adreno

* opencl: pack 2 lut entries into a uint
2026-04-25 21:21:58 -07:00
..
ggml-blas ggml: backend-agnostic tensor parallelism (experimental) (#19378) 2026-04-09 16:42:19 +02:00
ggml-cann ggml: backend-agnostic tensor parallelism (experimental) (#19378) 2026-04-09 16:42:19 +02:00
ggml-cpu ggml-cpu: Optimized x86 and generic cpu q1_0 dot (follow up) (#21636) 2026-04-20 19:02:54 +03:00
ggml-cuda CUDA: reduce MMQ stream-k overhead (#22298) 2026-04-25 14:15:03 +02:00
ggml-hexagon hexagon: guard HMX clock request for v75+ platforms (#22377) 2026-04-25 17:58:26 -07:00
ggml-hip ggml: backend-agnostic tensor parallelism (experimental) (#19378) 2026-04-09 16:42:19 +02:00
ggml-metal metal : optimize Metal Tensor API usage for GGML_OP_MUL_MAT (#20962) 2026-04-25 15:14:28 +03:00
ggml-musa ggml-cuda: native bf16 flash attention for vec kernel (#20525) 2026-03-22 11:05:51 +01:00
ggml-opencl opencl: add iq4_nl support (#22272) 2026-04-25 21:21:58 -07:00
ggml-openvino openvino: driver setup, CI split, thread safety, and NPU optimizations (#21944) 2026-04-21 18:58:34 +03:00
ggml-rpc rpc : refactor the RPC transport (#21998) 2026-04-19 10:21:53 +03:00
ggml-sycl [SYCL] Optimize Q4_0 mul_mat for Arc770, add scripts (#22291) 2026-04-25 09:20:14 +03:00
ggml-virtgpu ggml: backend-agnostic tensor parallelism (experimental) (#19378) 2026-04-09 16:42:19 +02:00
ggml-vulkan vulkan: Support F16 OP_FILL (#22177) 2026-04-21 11:01:56 +02:00
ggml-webgpu ggml-webgpu: support for SSM_SCAN and disable set_rows error checking (#22327) 2026-04-25 09:18:15 +03:00
ggml-zdnn ggml: backend-agnostic tensor parallelism (experimental) (#19378) 2026-04-09 16:42:19 +02:00
ggml-zendnn ggml: backend-agnostic tensor parallelism (experimental) (#19378) 2026-04-09 16:42:19 +02:00
CMakeLists.txt ggml-base: use MATH_LIBRARY variable instead of hardcoded 'm' (#22239) 2026-04-23 08:22:08 +03:00
ggml-alloc.c ggml : remove ggml-ext.h (#21869) 2026-04-14 17:32:58 +03:00
ggml-backend-dl.cpp hexagon: enable offloading to Hexagon on Windows on Snapdragon (#19150) 2026-01-29 12:33:21 -08:00
ggml-backend-dl.h hexagon: enable offloading to Hexagon on Windows on Snapdragon (#19150) 2026-01-29 12:33:21 -08:00
ggml-backend-impl.h ggml: backend-agnostic tensor parallelism (experimental) (#19378) 2026-04-09 16:42:19 +02:00
ggml-backend-meta.cpp Tensor-parallel: Fix delayed AllReduce on Gemma-4 MoE (#22129) 2026-04-20 18:25:39 +02:00
ggml-backend-reg.cpp ggml : add OpenVINO backend (#15307) 2026-03-14 07:56:55 +02:00
ggml-backend.cpp ggml: add graph_reused (#21764) 2026-04-16 17:21:28 +08:00
ggml-common.h ggml: add Q1_0 1-bit quantization support (CPU) (#21273) 2026-04-06 20:55:21 +02:00
ggml-impl.h ggml: add graph_reused (#21764) 2026-04-16 17:21:28 +08:00
ggml-opt.cpp fix: free ctx_copy in ggml_opt_free to plug per-training-session leak (#21592) 2026-04-08 17:40:15 +02:00
ggml-quants.c ggml: add Q1_0 1-bit quantization support (CPU) (#21273) 2026-04-06 20:55:21 +02:00
ggml-quants.h ggml: add Q1_0 1-bit quantization support (CPU) (#21273) 2026-04-06 20:55:21 +02:00
ggml-threading.cpp ggml : build backends as libraries (#10256) 2024-11-14 18:04:35 +01:00
ggml-threading.h remove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS (#10797) 2024-12-12 19:02:49 +01:00
ggml.c ggml : minor coding style (#22308) 2026-04-24 11:02:00 +03:00
ggml.cpp ggml : Print backtrace on uncaught C++ exceptions (ggml/1232) 2025-06-01 13:43:57 +03:00
gguf.cpp llama: fix llama-model-saver (#20503) 2026-03-25 12:53:16 +02:00