]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
cuda : extend GGML_OP_PAD to work with non-cont src0 (llama/19429)
authorGeorgi Gerganov <redacted>
Tue, 10 Feb 2026 06:07:16 +0000 (08:07 +0200)
committerGeorgi Gerganov <redacted>
Sat, 14 Feb 2026 22:20:18 +0000 (00:20 +0200)
commitb07ff832320fe71c504ad056c53690fc4f25a837
treed73c49602322eedacabec5237b4ef72ca0885c5e
parentdfde635249cd390496eaea524529da41038c3c4a
cuda : extend GGML_OP_PAD to work with non-cont src0 (llama/19429)

* cuda : extend GGML_OP_PAD to work with non-cont src0

* tests : add permuted pad
src/ggml-cpu/ops.cpp
src/ggml-cuda/ggml-cuda.cu
src/ggml-cuda/pad.cu
tests/test-backend-ops.cpp