]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
sycl: Add reorder to Q6_K mmvq implementation (llama/13885)
authorNicolò Scipione <redacted>
Mon, 9 Jun 2025 09:47:07 +0000 (11:47 +0200)
committerGeorgi Gerganov <redacted>
Tue, 10 Jun 2025 09:40:33 +0000 (12:40 +0300)
commit4737a8c7802b5b998876a757cdae95fb0ab0c088
tree68c14e0793a1cd798347036f4c7782d7cff80c0d
parent8a70f4d18b23897343e1998bcf255a088ff2efbb
sycl: Add reorder to Q6_K mmvq implementation (llama/13885)

* Add Reorder to Q6_K mmvq implementation

* Address PR comments: clean up comments

* Remove unused parameter after refactoring q4_k

* Adding inline to function and removing unnecessary reference to int

---------

Signed-off-by: nscipione <redacted>
ggml/src/ggml-sycl/convert.cpp
ggml/src/ggml-sycl/dequantize.hpp
ggml/src/ggml-sycl/ggml-sycl.cpp
ggml/src/ggml-sycl/mmvq.cpp
ggml/src/ggml-sycl/quants.hpp
ggml/src/ggml-sycl/vecdotq.hpp