]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
fix UT fault cases: count-equal, argsort, pad OPs (llama/16521)
authorNeo Zhang Jianyu <redacted>
Sun, 12 Oct 2025 13:53:35 +0000 (21:53 +0800)
committerGeorgi Gerganov <redacted>
Wed, 15 Oct 2025 06:29:17 +0000 (09:29 +0300)
commitbe778c992fdb6e3e37b8f48feb84350f07dd4209
tree8e4a15e9b403304dc12b29b5d21dc79045260c66
parent70eb30f28eadf9dd729248d6911f2b495b2b642e
fix UT fault cases: count-equal, argsort, pad OPs (llama/16521)

* fix/refactor OP argsort, pad

* fix count-equal op

* update SYCL OP list

* fix format issue

---------

Co-authored-by: Zhang Jianyu <redacted>
ggml/src/ggml-sycl/backend.hpp
ggml/src/ggml-sycl/binbcast.cpp
ggml/src/ggml-sycl/binbcast.hpp
ggml/src/ggml-sycl/common.hpp
ggml/src/ggml-sycl/count-equal.cpp [new file with mode: 0644]
ggml/src/ggml-sycl/count-equal.hpp [new file with mode: 0644]
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/pad.cpp [new file with mode: 0644]
ggml/src/ggml-sycl/pad.hpp [new file with mode: 0644]