]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
SYCL: Add COUNT_EQUAL operator support (llama/15991)
authoryael-works <redacted>
Mon, 15 Sep 2025 16:51:35 +0000 (19:51 +0300)
committerGeorgi Gerganov <redacted>
Sat, 20 Sep 2025 10:33:50 +0000 (13:33 +0300)
commit6cd764a3740830b0b333959fe63fa4e99e84b736
tree36ea01dd98418553a167d4f61ff1fae76e0c45f2
parent455c66a7323308fa0cf3c4d008f0e1ac09b784fa
SYCL: Add COUNT_EQUAL operator support (llama/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
src/ggml-sycl/binbcast.cpp
src/ggml-sycl/binbcast.hpp
src/ggml-sycl/ggml-sycl.cpp