]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
opencl: fix a dp4a bug for devices where cl_khr_integer_dot_product is unavailable...
authorHongqiang Wang <redacted>
Tue, 14 Jul 2026 15:08:13 +0000 (08:08 -0700)
committerGitHub <redacted>
Tue, 14 Jul 2026 15:08:13 +0000 (08:08 -0700)
commit00e79f6fb146b934e7e62aa766a3f729f74b8b2e
tree0a5508d312a38e6331e66ab1f0261afa83d67994
parent17a05e451fd175d1d82a1ee96b266338f6b07005
opencl: fix a dp4a bug for devices where cl_khr_integer_dot_product is unavailable (#25639)

* opencl: do not fail backend init on devices without cl_khr_integer_dot_product

* opencl: do not call dp4 kernels when dp is unavailable

---------

Co-authored-by: Li He <redacted>
ggml/src/ggml-opencl/ggml-opencl.cpp