]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
opencl: enable the general fp mm for non-cont input and as a fallback for specialized...
authorlhez <redacted>
Thu, 22 Jan 2026 18:29:25 +0000 (10:29 -0800)
committerGeorgi Gerganov <redacted>
Fri, 30 Jan 2026 13:56:40 +0000 (15:56 +0200)
commit0e030b852a19f2a0f3c8aeeee769c9f5ce85152e
tree9fede5f9580e176ce66f4f301151f13b4ac5bc51
parentd4fafcfc6fa61434a40b2fb27cc025d84e3aae5b
opencl: enable the general fp mm for non-cont input and as a fallback for specialized kqv kernel for adreno (llama/18970)

* opencl: add `copy_to_contiguous` and utilize mm kernels

* opencl: only copy to cont for f32 and f16 tensors

* opencl: use cont mm for fallback when dst is large

* opencl: use nb local to copy-to-cont

* opencl: use local offset as well
ggml/src/ggml-opencl/ggml-opencl.cpp