]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Ggml/cuda col2im 1d (#24417)
authorPascal <redacted>
Thu, 18 Jun 2026 20:23:01 +0000 (22:23 +0200)
committerGitHub <redacted>
Thu, 18 Jun 2026 20:23:01 +0000 (22:23 +0200)
commit3a3edc9ac65cca79584ca497be41d70c75a58ba8
treebcf53677e53ca56b83b25cdebd037a876204aba4
parent40f3aafc45990c1646397c67d2bd3e8eff3f543e
Ggml/cuda col2im 1d (#24417)

* cuda: add GGML_OP_COL2IM_1D, follow-up to the CPU op

* cuda: col2im_1d use fast_div_modulo for the index decomposition

* cuda: col2im_1d tighten supports_op, type match and contiguous dst
ggml/src/ggml-cuda/col2im-1d.cu [new file with mode: 0644]
ggml/src/ggml-cuda/col2im-1d.cuh [new file with mode: 0644]
ggml/src/ggml-cuda/ggml-cuda.cu