]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
OpenCL: Add concat, tsembd, upscale, tanh, pad and repeat (llama/13840)
authorrmatif <redacted>
Mon, 2 Jun 2025 23:53:36 +0000 (23:53 +0000)
committerGeorgi Gerganov <redacted>
Tue, 10 Jun 2025 09:40:33 +0000 (12:40 +0300)
commite16ef08884ccfbaf90cb1cc5d30430214dd2a833
treeb347c3abfb4303183ae79b8040407d001b97a9f2
parentc72d3ce93539408ed278e64989cdae60f81c0fac
OpenCL: Add concat, tsembd, upscale, tanh, pad and repeat (llama/13840)

* add concat, pad, repeat, tsembd, tanh, upscale

* small fixes
ggml/src/ggml-opencl/CMakeLists.txt
ggml/src/ggml-opencl/ggml-opencl.cpp
ggml/src/ggml-opencl/kernels/concat.cl [new file with mode: 0644]
ggml/src/ggml-opencl/kernels/pad.cl [new file with mode: 0644]
ggml/src/ggml-opencl/kernels/repeat.cl [new file with mode: 0644]
ggml/src/ggml-opencl/kernels/tanh.cl [new file with mode: 0644]
ggml/src/ggml-opencl/kernels/tsembd.cl [new file with mode: 0644]
ggml/src/ggml-opencl/kernels/upscale.cl [new file with mode: 0644]