]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/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 21:38:03 +0000 (23:38 +0200)
commit45588b272edf0456f52fca8f4589bf9f5a14d237
tree88612278200d7a4c5ab421df59bdc29bf51e3f18
parentb3324ae7d1e06045619d9303e4d63169382432de
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>
ggml/src/ggml-sycl/concat.cpp
ggml/src/ggml-sycl/ggml-sycl.cpp