]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
[SYCL] fix UT fault cases: count-equal, argsort, pad OPs (#16521)
authorNeo Zhang Jianyu <redacted>
Sun, 12 Oct 2025 13:53:35 +0000 (21:53 +0800)
committerGitHub <redacted>
Sun, 12 Oct 2025 13:53:35 +0000 (21:53 +0800)
commitc7be9febcbafa9af7d1b9443f86475c59c9c5f87
tree86c09e2101523c311c54f874b8bd7c87aa72e0e6
parent8415f61e23d04427cd0d912fbb9d33b85f849456
[SYCL] fix UT fault cases: count-equal, argsort, pad OPs (#16521)

* fix/refactor OP argsort, pad

* fix count-equal op

* update SYCL OP list

* fix format issue

---------

Co-authored-by: Zhang Jianyu <redacted>
13 files changed:
docs/ops.md
docs/ops/SYCL.csv
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]