]> git.djapps.eu Git - pkg/ggml/sources/ggml/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>
Fri, 20 Jun 2025 18:14:52 +0000 (21:14 +0300)
commit4d73d22e27bb18f0c72f01decca23edfb5570d17
tree6f8bcb200fa2c141e368e7c54d0250715ece0d00
parente72de22c1acb7cc71f838f9a882bea690f1c8aab
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
src/ggml-cuda/conv2d-transpose.cu [new file with mode: 0644]
src/ggml-cuda/conv2d-transpose.cuh [new file with mode: 0644]
src/ggml-cuda/ggml-cuda.cu
tests/test-backend-ops.cpp