]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
Ggml/cuda col2im 1d (llama/24417)
authorPascal <redacted>
Thu, 18 Jun 2026 20:23:01 +0000 (22:23 +0200)
committerGeorgi Gerganov <redacted>
Fri, 19 Jun 2026 09:53:43 +0000 (12:53 +0300)
commit50fd261d0d2e393a9f524f70eb3bdf3625227ca3
tree17736988edead15160bb133b8bc1ffdf2106b17a
parent5cbc2153c253e32103be889c0d82d361fb78d819
Ggml/cuda col2im 1d (llama/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