]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
cuda : support non-contiguous i32 to i32 copy (#17326)
authorSigbjørn Skjæret <redacted>
Sun, 23 Nov 2025 10:13:34 +0000 (11:13 +0100)
committerGitHub <redacted>
Sun, 23 Nov 2025 10:13:34 +0000 (11:13 +0100)
commit96ac5a2329029dfc35c9cbbb24c09fd91ae9416b
tree3cd57c3c05be5a70fcb8e089af57f533f99da02e
parentbc809e9c53ee34fe059d7b820072e2a22c51b9e2
cuda : support non-contiguous i32 to i32 copy (#17326)

* support non-contiguous i32 to i32 copy

* add tests

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