]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
metal : add count_equal op (llama/18314)
authorgatbontonpc <redacted>
Wed, 31 Dec 2025 08:39:48 +0000 (00:39 -0800)
committerGeorgi Gerganov <redacted>
Wed, 31 Dec 2025 15:52:09 +0000 (17:52 +0200)
commit8189f2cb65ece08fdab3d36f65b7f24bce1037f8
treebe630f63442e444fc3390dfbb5c09d9d7ffc27c3
parent2d250f8049869fbe8b784f8c23de8c0f9b709648
metal : add count_equal op (llama/18314)

* add count equal for metal

* remove trailing whitespace

* updated doc ops table

* changed shmem to i32

* added multi tg and templating

* removed BLAS support from Metal docs

* Apply suggestions from code review

Co-authored-by: Georgi Gerganov <redacted>
* add memset to set dst to 0

* metal : cleanup

---------

Co-authored-by: Georgi Gerganov <redacted>
ggml/src/ggml-metal/ggml-metal-device.cpp
ggml/src/ggml-metal/ggml-metal-device.h
ggml/src/ggml-metal/ggml-metal-device.m
ggml/src/ggml-metal/ggml-metal-impl.h
ggml/src/ggml-metal/ggml-metal-ops.cpp
ggml/src/ggml-metal/ggml-metal-ops.h
ggml/src/ggml-metal/ggml-metal.metal