]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/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>
Thu, 18 Dec 2025 06:20:56 +0000 (08:20 +0200)
commitb5e352a52faf4abca3447673c83824e4c466f2ac
treeb56ff6849f06f4736a4f5cd415315aef891c3623
parent3bb4e1e0acb992b5aeeb9353746e31a2b0888087
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:
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