ik_llama_opt/ggml
Yap Sok Ann 26113d1dd3
ggml-cuda: bind cublas handle to the backend stream in DSA attention (#2347)
The DSA attention kernel used the shared cublas handle without binding
it to the backend's stream, so its Q.K / P.V GEMMs ran on a different
stream than the gather and softmax kernels. The softmax could then read
the score buffer before the GEMM wrote it, picking up stale (NaN) values.
2026-08-24 18:48:12 +02:00
..
cmake Merge mainline llama.cpp (#3) 2024-07-27 07:55:01 +02:00
include Fix KQ mask padding for the Vulkan back-end (#2350) 2026-08-24 18:31:17 +02:00
src ggml-cuda: bind cublas handle to the backend stream in DSA attention (#2347) 2026-08-24 18:48:12 +02:00
.gitignore Merge mainline llama.cpp (#3) 2024-07-27 07:55:01 +02:00
CMakeLists.txt Chunked experts (CPU) (#2202) 2026-07-30 13:16:02 +03:00