]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/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>
Mon, 16 Mar 2026 11:10:15 +0000 (13:10 +0200)
commit1d94b0be4fbd916b1210d84de684658935a2c5f8
treea8c287a101faf3892c071c414e204f8245ea3a98
parentf56fb1be3bf8cd59e47e2ed9fa6768aea8cc89da
opencl: add neg, exp and diag (llama/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]