]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
cuda : support non-contiguous i32 to i32 copy (llama/17326)
authorSigbjørn Skjæret <redacted>
Sun, 23 Nov 2025 10:13:34 +0000 (11:13 +0100)
committerGeorgi Gerganov <redacted>
Thu, 11 Dec 2025 13:32:43 +0000 (15:32 +0200)
commitf91be9392fd555ededb0fb90d9c2266925214305
tree7cfe5588b0954a19d31b786ebeba82563ca9fe9f
parent7380b16fe6032b93cda70e341a426e70482e0954
cuda : support non-contiguous i32 to i32 copy (llama/17326)

* support non-contiguous i32 to i32 copy

* add tests

* rename cpy_flt to cpy_scalar and reindent params
src/ggml-cuda/cpy-utils.cuh
src/ggml-cuda/cpy.cu
src/ggml-cuda/ggml-cuda.cu
tests/test-backend-ops.cpp