]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
Support gpt-oss by OPs add-id, mul_mat for mxfp4, swiglu_oai (llama/17826)
authorNeo Zhang Jianyu <redacted>
Mon, 15 Dec 2025 02:35:15 +0000 (10:35 +0800)
committerGeorgi Gerganov <redacted>
Wed, 17 Dec 2025 11:55:04 +0000 (13:55 +0200)
commit691a7ca3b4e124d5c3e8ce840562e21cd028eb04
tree5a5c735342c09a4ff8e838b678549ff6b74450df
parent106ba28c4bc54e459c6f7a0d3381321ffbad7722
Support gpt-oss by OPs add-id, mul_mat for mxfp4, swiglu_oai (llama/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
13 files changed:
src/ggml-sycl/add-id.cpp [new file with mode: 0644]
src/ggml-sycl/add-id.hpp [new file with mode: 0644]
src/ggml-sycl/common.hpp
src/ggml-sycl/convert.cpp
src/ggml-sycl/dequantize.hpp
src/ggml-sycl/dpct/helper.hpp
src/ggml-sycl/element_wise.cpp
src/ggml-sycl/element_wise.hpp
src/ggml-sycl/ggml-sycl.cpp
src/ggml-sycl/mmvq.cpp
src/ggml-sycl/pad.cpp
src/ggml-sycl/ssm_conv.cpp
src/ggml-sycl/vecdotq.hpp