koboldcpp/ggml
Hongqiang Wang 39eab74a05
opencl: route large q6_K lm_head to the flat GEMV (#26427)
* add a direct size condition for `large` weights; the original
  dimension condition is insufficient -- q6_K lm_head for gemma-4 E2B
  has [1536, 262144], which is big enough to slowdown gemv_noshuffle but
  does not satisfy the dimension condition (ne0 >= 2048)
2026-08-03 07:36:19 -07:00
..
cmake ggml : Parallelize quant LUT init (#23595) 2026-05-25 10:15:46 +03:00
include RPC: add tensor_memset (#25912) 2026-07-29 15:04:30 +08:00
src opencl: route large q6_K lm_head to the flat GEMV (#26427) 2026-08-03 07:36:19 -07:00
.gitignore vulkan : cmake integration (#8119) 2024-07-13 18:12:39 +02:00
CMakeLists.txt ggml : bump version to 0.18.0 (ggml/1576) 2026-07-30 15:44:24 +03:00