github ggml-org/llama.cpp b10246

latest releases: b10249, b10248, b10247...
2 hours ago
Details

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)

Website:

macOS/iOS:

Linux:

Android:

Windows:

openEuler:

  • DISABLED
  • openEuler x86 (310p)
  • openEuler x86 (910b, ACL Graph)
  • openEuler aarch64 (310p)
  • openEuler aarch64 (910b, ACL Graph)

UI:

Don't miss a new llama.cpp release

NewReleases is sending notifications on new releases.