]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
sycl: add fused top-k MoE (#25217)
authorFrosty40 <redacted>
Mon, 13 Jul 2026 06:56:41 +0000 (01:56 -0500)
committerGitHub <redacted>
Mon, 13 Jul 2026 06:56:41 +0000 (09:56 +0300)
commitefb3036c1826573c0b151ba428000d07adcb6856
tree332afd22de6ed3de4ee03189d72bc65b29c095be
parente474bba7af8b67d9b39c8db21347ec59219ceb3d
sycl: add fused top-k MoE (#25217)

* sycl: add fused top-k MoE

* sycl: address review: GGML_SYCL_ENABLE_FUSION env, move fusion dispatch to topk-moe

* sycl: print GGML_SYCL_ENABLE_FUSION at startup like other env vars

Co-Authored-By: Claude Fable 5 <redacted>
---------

Co-authored-by: Claude Fable 5 <redacted>
docs/backend/SYCL.md
ggml/src/ggml-sycl/backend.hpp
ggml/src/ggml-sycl/common.hpp
ggml/src/ggml-sycl/ggml-sycl.cpp
ggml/src/ggml-sycl/topk-moe.cpp [new file with mode: 0644]
ggml/src/ggml-sycl/topk-moe.hpp [new file with mode: 0644]