]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
opencl: refactor some ops, concat, repeat, tanh and scale (llama/19226)
authorlhez <redacted>
Mon, 2 Feb 2026 23:54:43 +0000 (15:54 -0800)
committerGeorgi Gerganov <redacted>
Sun, 8 Feb 2026 07:29:10 +0000 (09:29 +0200)
commit591072fcc8226e7364ef409fd0b3fb5885638668
treea2f0fcc05bf11e72e884937f5cc7ac95cc8407aa
parent871063016d1f72a74a55a0cc5e0db485aba8f74e
opencl: refactor some ops, concat, repeat, tanh and scale (llama/19226)

* opencl: refactor concat

* opencl: refactor repeat

* opencl: refactor tanh

* opencl: enable fp16 for tanh

* opencl: refactor scale

* opencl: fix unused variables
ggml/src/ggml-opencl/ggml-opencl.cpp
ggml/src/ggml-opencl/kernels/concat.cl
ggml/src/ggml-opencl/kernels/repeat.cl
ggml/src/ggml-opencl/kernels/scale.cl
ggml/src/ggml-opencl/kernels/tanh.cl