]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
opencl: add multi and vision rope, `gelu_quick` and `im2col` (#12600)
authorlhez <redacted>
Thu, 27 Mar 2025 15:08:08 +0000 (08:08 -0700)
committerGitHub <redacted>
Thu, 27 Mar 2025 15:08:08 +0000 (08:08 -0700)
commit5dec47dcd411fdf815a3708fd6194e2b13d19006
tree55e33b9dd1e424d429b30f9a7fd4952ca8d6724c
parentf125b8dccff34439a26bf750c9edef358c48c1f8
opencl: add multi and vision rope, `gelu_quick` and `im2col` (#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]