]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml-metal: FWHT kernel for metal backend (#25924)
authorNick Lafleur <redacted>
Tue, 28 Jul 2026 07:44:06 +0000 (03:44 -0400)
committerGitHub <redacted>
Tue, 28 Jul 2026 07:44:06 +0000 (10:44 +0300)
commitf95de9776b5b90dd993f36d2bd66a3eee21c887f
treee2b5d298fe30a26ce459afb6db30c68bd2fd1fa4
parentf87067841bac583bc089a225382248d857791ca8
ggml-metal: FWHT kernel for metal backend (#25924)

* metal fwht wip

* shape guard and formatting

* formatting

* Formatting and typos

Co-authored-by: YiChen Lv <redacted>
* fix narrowing issue

Co-authored-by: YiChen Lv <redacted>
* cont : minor style

---------

Co-authored-by: YiChen Lv <redacted>
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-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
tests/test-backend-ops.cpp