]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
metal : add count_equal op (#18314)
authorgatbontonpc <redacted>
Wed, 31 Dec 2025 08:39:48 +0000 (00:39 -0800)
committerGitHub <redacted>
Wed, 31 Dec 2025 08:39:48 +0000 (10:39 +0200)
commit9a6369bb603457f277b597f0ccee1c19cd25c4b2
tree6f89e1cf5186c5a6b0059e2fdba153697b670db0
parentecc343de63ac1aaba9c74cd26807fd60aec31ab9
metal : add count_equal op (#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>
docs/ops.md
docs/ops/Metal.csv
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