]> git.djapps.eu Git - pkg/ggml/sources/ggml/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 06:59:25 +0000 (09:59 +0300)
commit6bc3202d8bd8b98e9a506492656cdbca7a0fa3c1
treef08fac3bdf6915831fef2596c8c074381243896c
parent8bb8dbca6b5395493f022544d757f7f1f95b7fdf
OpenCL: Add concat, tsembd, upscale, tanh, pad and repeat (llama/13840)

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

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