]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
[SYCL] Optimize Q4_0 mul_mat for Arc770, add scripts (#22291)
authorNeo Zhang <redacted>
Sat, 25 Apr 2026 06:20:14 +0000 (14:20 +0800)
committerGitHub <redacted>
Sat, 25 Apr 2026 06:20:14 +0000 (09:20 +0300)
commiteddd7a13a5699a38417aa29faf1f39e3a1a55fdc
tree6f74fb68a05525d8467c76d3db1e94318067c537
parentdd2914dc817d688a4897155ff1ae62c7d7ae04d2
[SYCL] Optimize Q4_0 mul_mat for Arc770, add scripts (#22291)

* opt arc770 for Q4_0

* add for Q4_0

* update the script

* add help script for windows

* update guide

* fix format issue

* convert from dos to unix for format issue

* fix missed -sm parameter
docs/backend/SYCL.md
examples/sycl/start-svr.sh [new file with mode: 0755]
examples/sycl/test.sh
examples/sycl/win-start-svr.bat [new file with mode: 0644]
examples/sycl/win-test.bat
ggml/src/ggml-sycl/common.hpp
ggml/src/ggml-sycl/ggml-sycl.cpp
ggml/src/ggml-sycl/sycl_hw.cpp
ggml/src/ggml-sycl/sycl_hw.hpp