]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
sycl: add CONCAT operator support (llama/16047)
authorYehuditE <redacted>
Thu, 6 Nov 2025 10:02:33 +0000 (12:02 +0200)
committerGeorgi Gerganov <redacted>
Sun, 9 Nov 2025 16:30:22 +0000 (18:30 +0200)
commit648cd819e8e1ce4fa887868b1f88e1253dd8511b
tree28bcf1efb18ac314d7222393f5aa1159a46dd21e
parentfb26a84fb646d9c54eba9e1affaf5da792b68bd4
sycl: add CONCAT operator support (llama/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>
src/ggml-sycl/concat.cpp
src/ggml-sycl/ggml-sycl.cpp