]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ggml : add support for CPU f16->f16 GGML_OP_SET_ROWS (llama/25344)
authorfairydreaming <redacted>
Wed, 8 Jul 2026 03:46:28 +0000 (05:46 +0200)
committerGeorgi Gerganov <redacted>
Fri, 10 Jul 2026 10:06:42 +0000 (13:06 +0300)
commit72e3f210f39b0b2fc1cfd0c8ad26252f472e702b
treec71d36adf0d275d186aed66f37689cb2ea4084d9
parent75f1f0c0637d154f3e69569e2fb113969f0b6f2c
ggml : add support for CPU f16->f16 GGML_OP_SET_ROWS (llama/25344)

* ggml : add support for CPU f16->f16 GGML_OP_SET_ROWS

* ggml : add missing type checks in f16 GGML_OP_SET_ROWS

* ggml : merge ggml_compute_forward_set_rows_f32() and ggml_compute_forward_set_rows_f16() into ggml_compute_forward_set_rows_impl()

* chore : replace assert() with GGML_ASSERT()

---------

Co-authored-by: Stanisław Szymczyk <redacted>
ggml/src/ggml-cpu/ops.cpp
ggml/src/ggml.c