]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/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 16:23:56 +0000 (19:23 +0300)
commit3c21cde5400f0f59f46aaf7955fba36b6aa6bb82
tree3f75f72e1c3867bf387b09c058bd121bc61f5c22
parentfb885fa48b5404986664c7967f320a41d3d82023
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
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]