]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
CUDA: add conv_2d_dw (#14265)
authorAman Gupta <redacted>
Fri, 20 Jun 2025 01:50:24 +0000 (09:50 +0800)
committerGitHub <redacted>
Fri, 20 Jun 2025 01:50:24 +0000 (09:50 +0800)
commit9eaa51e7f08593f123f00136591179a8f5956ecd
tree02f294dab005eedb878603c8aba3d3a44eb166f8
parent8f71d0f3e86ccbba059350058af8758cafed73e6
CUDA: add conv_2d_dw (#14265)

* CUDA: add conv_2d_dw

* better naming

* simplify using template

* Review: fix operation ordering in ggml-cuda, use __forceinline__, use more const
ggml/src/ggml-cuda/conv2d-dw.cu [new file with mode: 0644]
ggml/src/ggml-cuda/conv2d-dw.cuh [new file with mode: 0644]
ggml/src/ggml-cuda/ggml-cuda.cu