whisper.cpp/ggml
Hongqiang Wang 4673c4bc32 opencl: route large q6_K lm_head to the flat GEMV (llama/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-04 13:37:47 +03:00
..
cmake ggml : Parallelize quant LUT init (llama/23595) 2026-05-25 12:26:07 +03:00
include sync : ggml (#3962) 2026-07-31 09:11:28 +02:00
src opencl: route large q6_K lm_head to the flat GEMV (llama/26427) 2026-08-04 13:37:47 +03:00
.gitignore
CMakeLists.txt sync : ggml (#3962) 2026-07-31 09:11:28 +02:00