]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
SYCL: Initial set_rows kernel implementation (#14562)
authorAkarshan Biswas <redacted>
Thu, 10 Jul 2025 08:29:38 +0000 (13:59 +0530)
committerGitHub <redacted>
Thu, 10 Jul 2025 08:29:38 +0000 (09:29 +0100)
commit704bb7a71c01dc07c1478b85f6322bf5dfde1eaf
tree66e6151dedbe22a7204f2b186276fedc2637313f
parent435a6d10d618a015060e45a38c7e9f27f4243316
SYCL: Initial set_rows kernel implementation (#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
ggml/src/ggml-sycl/backend.hpp
ggml/src/ggml-sycl/ggml-sycl.cpp
ggml/src/ggml-sycl/set_rows.cpp [new file with mode: 0644]
ggml/src/ggml-sycl/set_rows.hpp [new file with mode: 0644]