]> git.djapps.eu Git - pkg/ggml/sources/ggml/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>
Tue, 14 Oct 2025 19:07:44 +0000 (22:07 +0300)
commit43270671aed2420fbfcb50696e99e10d9b0bc8b3
treee96b46db96d4b91b34fbf812e767b33123852096
parent1843e33c03b247df5efb39d5e0479a436ef0aaf5
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>
src/ggml-sycl/backend.hpp
src/ggml-sycl/binbcast.cpp
src/ggml-sycl/binbcast.hpp
src/ggml-sycl/common.hpp
src/ggml-sycl/count-equal.cpp [new file with mode: 0644]
src/ggml-sycl/count-equal.hpp [new file with mode: 0644]
src/ggml-sycl/element_wise.cpp
src/ggml-sycl/element_wise.hpp
src/ggml-sycl/ggml-sycl.cpp
src/ggml-sycl/pad.cpp [new file with mode: 0644]
src/ggml-sycl/pad.hpp [new file with mode: 0644]