]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
sycl: Add reorder to Q6_K mmvq implementation (#13885)
authorNicolò Scipione <redacted>
Mon, 9 Jun 2025 09:47:07 +0000 (11:47 +0200)
committerGitHub <redacted>
Mon, 9 Jun 2025 09:47:07 +0000 (11:47 +0200)
commitb460d16ae858c6624fd37aec316622a4060ca325
treea712acbad7f651494a9ded4dd1bdbba6be497206
parent91a8ee6a6f1f4c8547ff7b745ef95c6edc1d2af6
sycl: Add reorder to Q6_K mmvq implementation (#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