]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
opencl: add neg, exp and diag (llama/20127)
authorlhez <redacted>
Fri, 6 Mar 2026 05:16:39 +0000 (21:16 -0800)
committerGeorgi Gerganov <redacted>
Sun, 15 Mar 2026 19:50:13 +0000 (21:50 +0200)
commit40af6fb45791162e1b9daa679c4ef5c2ddf4625f
tree1059b38614c240b73bde708a48c9d2c34a69a6c0
parentf6e3d40c0827267475ec16dd2d4b8775158c8a0a
opencl: add neg, exp and diag (llama/20127)

* opencl: add `neg`

* opencl: add `exp`

* opencl: add `diag`
src/ggml-opencl/CMakeLists.txt
src/ggml-opencl/ggml-opencl.cpp
src/ggml-opencl/kernels/diag.cl [new file with mode: 0644]
src/ggml-opencl/kernels/exp.cl [new file with mode: 0644]
src/ggml-opencl/kernels/neg.cl [new file with mode: 0644]