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
This commit is contained in:
lhez
2025-03-27 08:08:08 -07:00
committed by GitHub
parent f125b8dccf
commit 5dec47dcd4
4 changed files with 774 additions and 14 deletions

View File

@ -63,6 +63,7 @@ set(GGML_OPENCL_KERNELS
ggml-opencl_transpose_16
ggml-opencl_transpose_32
ggml-opencl_transpose_32_16
ggml-opencl_im2col
)
foreach (K ${GGML_OPENCL_KERNELS})