]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
CUDA: fix get_rows_back for tables with more than 65535 rows (grid-y clamp + stride...
authorMatt Jallo <redacted>
Tue, 30 Jun 2026 12:16:24 +0000 (05:16 -0700)
committerGitHub <redacted>
Tue, 30 Jun 2026 12:16:24 +0000 (14:16 +0200)
commit931eb37f8cac5a6ca84d5641445d460af2a9d7dd
treeeb18cb3192f888a9f25f0df50be302d1ac1f8c2c
parente495d1e748b4b683559b4beb82b367825ab781a4
CUDA: fix get_rows_back for tables with more than 65535 rows (grid-y clamp + stride) (#25103)
ggml/src/ggml-cuda/getrows.cu
tests/test-backend-ops.cpp