]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
[SYCL] Support gpt-oss by OPs add-id, mul_mat for mxfp4, swiglu_oai (#17826)
authorNeo Zhang Jianyu <redacted>
Mon, 15 Dec 2025 02:35:15 +0000 (10:35 +0800)
committerGitHub <redacted>
Mon, 15 Dec 2025 02:35:15 +0000 (10:35 +0800)
commit4aced7a63156555911157d3002f9d3ddef4a1e55
tree62900106d5a3e1e078f03029781f94fe381bcebe
parent745fa0e78b3d3fd3fd12a260c47300dc3869d07e
[SYCL] Support gpt-oss by OPs add-id, mul_mat for mxfp4, swiglu_oai (#17826)

* support gpt-oss GPU by OP add-id, mul_mat for mxfp4, swiglu_oai, fix warning

* fix fault ut case, update ops.md

* rebase, fix format issue
15 files changed:
docs/ops.md
docs/ops/SYCL.csv
ggml/src/ggml-sycl/add-id.cpp [new file with mode: 0644]
ggml/src/ggml-sycl/add-id.hpp [new file with mode: 0644]
ggml/src/ggml-sycl/common.hpp
ggml/src/ggml-sycl/convert.cpp
ggml/src/ggml-sycl/dequantize.hpp
ggml/src/ggml-sycl/dpct/helper.hpp
ggml/src/ggml-sycl/element_wise.cpp
ggml/src/ggml-sycl/element_wise.hpp
ggml/src/ggml-sycl/ggml-sycl.cpp
ggml/src/ggml-sycl/mmvq.cpp
ggml/src/ggml-sycl/pad.cpp
ggml/src/ggml-sycl/ssm_conv.cpp
ggml/src/ggml-sycl/vecdotq.hpp