]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml: uniformize im2col dst_type for all conv ops (#23660)
authorJusteLeo <redacted>
Tue, 14 Jul 2026 10:13:13 +0000 (12:13 +0200)
committerGitHub <redacted>
Tue, 14 Jul 2026 10:13:13 +0000 (13:13 +0300)
commit47a39665e7081dc482feec169961acc09750a5c4
treec6ffdd8037ea1079810e42841c3c367584dcc9fb
parent47c786924ad1ab7e91da2cdc72fcdb563780c2bd
ggml: uniformize im2col dst_type for all conv ops (#23660)

* ggml: uniformize im2col dst_type for all conv ops

* Update ggml/src/ggml.c

Co-authored-by: Georgi Gerganov <redacted>
* ggml : uniformize im2col casting logic across all conv ops

* fix : allow im2col_f16 to accept any kernel type

---------

Co-authored-by: Georgi Gerganov <redacted>
ggml/src/ggml-cpu/ops.cpp
ggml/src/ggml.c
tests/test-backend-ops.cpp