]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml: support concat for scalar types at cuda backend (#24011)
authorZihaoMu <redacted>
Fri, 12 Jun 2026 06:32:44 +0000 (14:32 +0800)
committerGitHub <redacted>
Fri, 12 Jun 2026 06:32:44 +0000 (09:32 +0300)
commit85f99dca8b4539163e6858c9df7c9e8b0ad3632a
treee9e4c7a5d75a1677c4d2d13f999fa12bf22b8588
parent099ea76fb47db46e89125195b76d8d26e4d4b6ee
ggml: support concat for scalar types at cuda backend (#24011)

* cuda: support concat for scalar types

* Update concat.cu

* fix metal ci issue
ggml/src/ggml-cuda/concat.cu
ggml/src/ggml-cuda/ggml-cuda.cu
ggml/src/ggml-metal/ggml-metal-device.m
tests/test-backend-ops.cpp