]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
opencl: add `set_rows` for `f16` and `f32` (#14547)
authorlhez <redacted>
Thu, 10 Jul 2025 18:48:52 +0000 (11:48 -0700)
committerGitHub <redacted>
Thu, 10 Jul 2025 18:48:52 +0000 (11:48 -0700)
commit0b8855775c6b873931d40b77a5e42558aacbde52
tree54022a9679f67f00bf5ef78fc359f2ac2c5d067b
parent4bb625b713fd9b294b4f7af87eaa752b710c7cc1
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`
ggml/src/ggml-opencl/CMakeLists.txt
ggml/src/ggml-opencl/ggml-opencl.cpp
ggml/src/ggml-opencl/kernels/set_rows.cl [new file with mode: 0644]