opencl: add set_rows for f16 and f32 (#14547)

* opencl: add `set_rows` for `f16` and `f32`

* opencl: better choose workgroup size for `set_rows`
This commit is contained in:
lhez
2025-07-10 11:48:52 -07:00
committed by GitHub
parent 4bb625b713
commit 0b8855775c
3 changed files with 247 additions and 2 deletions

View File

@@ -88,6 +88,7 @@ set(GGML_OPENCL_KERNELS
rms_norm
rope
scale
set_rows
sigmoid
silu
softmax_4_f32