]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
opencl: add multi and vision rope, `gelu_quick` and `im2col` (llama/12600)
authorlhez <redacted>
Thu, 27 Mar 2025 15:08:08 +0000 (08:08 -0700)
committerGeorgi Gerganov <redacted>
Fri, 28 Mar 2025 19:47:42 +0000 (21:47 +0200)
commit6fc0ae2f5a7203dee94b2690774d51886b40b2bb
tree2a9923b35d256b11ffa5adc11adefab1d064ae68
parentde6b38c6d96fc3cb2c4797581280963f0224d364
opencl: add multi and vision rope, `gelu_quick` and `im2col` (llama/12600)

* opencl: add `im2col`

* opencl: add `gelu_quick`

* opencl: add mrope

* opencl: add vision rope
ggml/src/ggml-opencl/CMakeLists.txt
ggml/src/ggml-opencl/ggml-opencl.cpp
ggml/src/ggml-opencl/kernels/ggml-opencl.cl
ggml/src/ggml-opencl/kernels/ggml-opencl_im2col.cl [new file with mode: 0644]