]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
sycl: add CONCAT operator support (#16047)
authorYehuditE <redacted>
Thu, 6 Nov 2025 10:02:33 +0000 (12:02 +0200)
committerGitHub <redacted>
Thu, 6 Nov 2025 10:02:33 +0000 (11:02 +0100)
commit9d7c518d642db8657e2a53a9793c5f039ed8ea5a
tree3cb38852a85433ffb7beb1afafc606f31ce009ac
parent22c8c3c6ad8d6239c366ce3a84ace8b0ac59ef88
sycl: add CONCAT operator support (#16047)

* sycl: add CONCAT operator support

* cleanup: remove stray lines added by mistake

* fix: code format issues in concat.cpp and tests/test-backend-ops.cpp

* chore: fix editorconfig violations

* cleanup: drop unnecessary i16 type support

* docs: update sycl-csv and regenerate ops.md

* update docs/ops.md

* fix: adapt to upstream master changes after rebase

* fix: remove empty files

* fix: drop whitespace

---------

Co-authored-by: Sigbjørn Skjæret <redacted>
docs/ops.md
docs/ops/SYCL.csv
ggml/src/ggml-sycl/concat.cpp
ggml/src/ggml-sycl/ggml-sycl.cpp