]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
opencl: exclude some moe kernels on Adreno a7x (#25698)
authorHongqiang Wang <redacted>
Wed, 15 Jul 2026 19:02:19 +0000 (12:02 -0700)
committerGitHub <redacted>
Wed, 15 Jul 2026 19:02:19 +0000 (12:02 -0700)
commit505b1ed15ca80e2a19f12ff4ac365e40fb374053
tree3dc2063e2c050c8c78236b1de0566eaa6f5ea0d0
parent32beb244f5c2ca91c583be15d4671643b54ba238
opencl: exclude some moe kernels on Adreno a7x (#25698)

* opencl: exclude Adreno A7x from using Adreno MoE kernels

Some compilers for A7x devices miscompile the repack kernels, corrupting
the weights and causing MoE models to generate garbage output

* opencl: exclude A6x and unknown Adreno from MoE weights repack
ggml/src/ggml-opencl/ggml-opencl.cpp