mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-11-19 11:57:07 +00:00
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:
@@ -88,6 +88,7 @@ set(GGML_OPENCL_KERNELS
|
||||
rms_norm
|
||||
rope
|
||||
scale
|
||||
set_rows
|
||||
sigmoid
|
||||
silu
|
||||
softmax_4_f32
|
||||
|
||||
Reference in New Issue
Block a user