]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
CUDA: add conv_2d_transpose (llama/14287)
authorAman Gupta <redacted>
Fri, 20 Jun 2025 14:48:24 +0000 (22:48 +0800)
committerGeorgi Gerganov <redacted>
Sat, 21 Jun 2025 04:34:17 +0000 (07:34 +0300)
commitb68222f92caaec68f0710dce58b3d4fdb2011ef5
treeeb9bf4e01fb1d4cf20962a08f7ed886181d82668
parenta455dcb04c48a354e9ae8bf027fa51a6a13c8021
CUDA: add conv_2d_transpose (llama/14287)

* CUDA: add conv_2d_transpose

* remove direct include of cuda_fp16

* Review: add brackets for readability, remove ggml_set_param and add asserts
ggml/src/ggml-cuda/conv2d-transpose.cu [new file with mode: 0644]
ggml/src/ggml-cuda/conv2d-transpose.cuh [new file with mode: 0644]
ggml/src/ggml-cuda/ggml-cuda.cu