]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
Fix data race in CUDA's "cpy" kernel (influences GGML's DUP, CONT operations). (llama...
authorRail Chabdarov <redacted>
Sat, 14 Mar 2026 05:19:44 +0000 (06:19 +0100)
committerGeorgi Gerganov <redacted>
Sun, 15 Mar 2026 19:50:13 +0000 (21:50 +0200)
commitb1712969e1e405ba8e8f9b73d54a9c3015fdc930
tree2345ba4f2076b70bf32f68386af1a69e588f6777
parent145115b4926142e0bf27a1e53083ef6bb7a28d57
Fix data race in CUDA's "cpy" kernel (influences GGML's DUP, CONT operations). (llama/20507)

* Fix datarace in CUDA's "cpy" kernel.

* Remove extra barrier by using more of shared memory.
src/ggml-cuda/cpy.cu