]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
opencl: add neg, exp and diag (#20127)
authorlhez <redacted>
Fri, 6 Mar 2026 05:16:39 +0000 (21:16 -0800)
committerGitHub <redacted>
Fri, 6 Mar 2026 05:16:39 +0000 (21:16 -0800)
commit6c97bffd6508f4999d5bc292addd4f433a3648bc
treedb9c69f221d952c40f9fcef23ee657783330f4f3
parent2b10b62677af99fcd07b69aa05561e499bb070dc
opencl: add neg, exp and diag (#20127)

* opencl: add `neg`

* opencl: add `exp`

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