]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/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:45:30 +0000 (13:45 +0300)
commita642b533a45c183ddcf6b4ec919a95a584e1bb12
tree3fab1342f708df4501023703042d212887bca093
parent10bd5d3626e4facc6973ba93daee878c047f9c49
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
ggml/src/ggml-sycl/binbcast.cpp
ggml/src/ggml-sycl/binbcast.hpp
ggml/src/ggml-sycl/ggml-sycl.cpp