]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
SYCL: Initial set_rows kernel implementation (llama/14562)
authorAkarshan Biswas <redacted>
Thu, 10 Jul 2025 08:29:38 +0000 (13:59 +0530)
committerGeorgi Gerganov <redacted>
Sat, 12 Jul 2025 13:05:00 +0000 (16:05 +0300)
commite51c43c23f93147749e0d8cab0b6471f698ee942
tree6546df6126133c711efaa9487dccef384700b39a
parent9b9fb591131dee8b557be825a59326968dde4529
SYCL: Initial set_rows kernel implementation (llama/14562)

* SYCL: Initial set_rows kernel implementation

* Revert max_threads to 256

* Refactor set_rows and address review comments

* Deduplicate conversion function

* Remove guard before kernel launch and refactor

* Fix and add back SFINAE
src/ggml-sycl/backend.hpp
src/ggml-sycl/ggml-sycl.cpp
src/ggml-sycl/set_rows.cpp [new file with mode: 0644]
src/ggml-sycl/set_rows.hpp [new file with mode: 0644]