]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
opencl: refactor some ops, concat, repeat, tanh and scale (#19226)
authorlhez <redacted>
Mon, 2 Feb 2026 23:54:43 +0000 (15:54 -0800)
committerGitHub <redacted>
Mon, 2 Feb 2026 23:54:43 +0000 (15:54 -0800)
commit91ea44e89b30474831d5dc0ad57719a5819506db
treebdf5d572fefd24284ed61ce792e3848e059e46da
parent0dfcd3b60755bf9cb3c9ec726a584b8a4f20239b
opencl: refactor some ops, concat, repeat, tanh and scale (#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