]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
OpenCL: Add concat, tsembd, upscale, tanh, pad and repeat (#13840)
authorrmatif <redacted>
Mon, 2 Jun 2025 23:53:36 +0000 (23:53 +0000)
committerGitHub <redacted>
Mon, 2 Jun 2025 23:53:36 +0000 (16:53 -0700)
commitbfb1e012a0b7658e8f00ed4333d059943ea9d648
tree1bb053fb107bf720adce741203d09a18bdac32d2
parent363757628848a27a435bbf22ff9476e9aeda5f40
OpenCL: Add concat, tsembd, upscale, tanh, pad and repeat (#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]