]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml: fix CUDA grid launch condition for large block_nums.y in binbcast (llama/16742)
authorleejet <redacted>
Fri, 24 Oct 2025 19:39:37 +0000 (03:39 +0800)
committerGeorgi Gerganov <redacted>
Sat, 1 Nov 2025 07:41:35 +0000 (09:41 +0200)
commit503bbce4311350a292d04fa65319b720d50a668e
treeb357166504cc675534eb6331852614340715ad41
parentac1d8233ce1f6db28447db070143b7323bd3b690
ggml: fix CUDA grid launch condition for large block_nums.y in binbcast (llama/16742)

* Fix CUDA grid launch condition for large block_nums.y

* add backend ops test

* reduce test  repetitions
src/ggml-cuda/binbcast.cu
tests/test-backend-ops.cpp