]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
SYCL: Add COUNT_EQUAL operator support (#15991)
authoryael-works <redacted>
Mon, 15 Sep 2025 16:51:35 +0000 (19:51 +0300)
committerGitHub <redacted>
Mon, 15 Sep 2025 16:51:35 +0000 (18:51 +0200)
commitb907255f4bd169b0dc7dca9553b4c54af5170865
tree2b3ac077a56d94a140b1b962e5a4d497cc4ab8d9
parent28c39da7c645185ade5436767929d7ec33006033
SYCL: Add COUNT_EQUAL operator support (#15991)

* SYCL: Add COUNT_EQUAL operator support (rebased on master)

* SYCL: remove duplicate op_count_equal definition

* tests: remove test_count_equal_typed and use test_count_equal for all cases

* tests: keep only I32 case for COUNT_EQUAL as suggested

* tests: keep only I32 case for COUNT_EQUAL as requested
ggml/src/ggml-sycl/binbcast.cpp
ggml/src/ggml-sycl/binbcast.hpp
ggml/src/ggml-sycl/ggml-sycl.cpp