]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/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>
Mon, 16 Mar 2026 11:10:15 +0000 (13:10 +0200)
commit46aad766f5e5e683b190799fcdd855852046cd1a
tree545ba9d3fc35c1bcf762675960fc3222e7a03221
parenta31600d8e34bc76185e4e5b2eddf68895131e223
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.
ggml/src/ggml-cuda/cpy.cu