Skip to content

Releases: Beast-Corp/llama.cpp

b5862

10 Jul 10:21
704bb7a

Choose a tag to compare

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