]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
CUDA: add conv_2d_transpose (#14287)
authorAman Gupta <redacted>
Fri, 20 Jun 2025 14:48:24 +0000 (22:48 +0800)
committerGitHub <redacted>
Fri, 20 Jun 2025 14:48:24 +0000 (22:48 +0800)
commitc959f462a0b4d42eaf930ffd72df0e435c97d5d5
tree82a046ba1f3f9d986fde4e26c8268685f5a8f609
parent22015b2092e291022ea3cfedc6aeb8f2643807da
CUDA: add conv_2d_transpose (#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
tests/test-backend-ops.cpp