llama.cpp/ggml
Oliver Simons 2352caa102 Shard columns across warps
This reduces register pressure (avoids spill for S_v = 128) and gives
the warp-scheduler more CTAs to schedule (thus hiding data-access
latencies).
2026-03-11 10:33:53 +01:00
..
cmake ggml: Skip backend library linking code when GGML_BACKEND_DL=ON (#15094) 2025-08-07 13:45:41 +02:00
include models : avoid Q and K repeats when using fused GDA 2026-03-10 12:20:14 +02:00
src Shard columns across warps 2026-03-11 10:33:53 +01:00
.gitignore vulkan : cmake integration (#8119) 2024-07-13 18:12:39 +02:00
CMakeLists.txt ggml : bump version to 0.9.7 (ggml/1425) 2026-02-15 22:24:29 +02:00