]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
metal: Q1_0 backend (#21528)
authorPasha Khosravi <redacted>
Wed, 8 Apr 2026 13:07:47 +0000 (06:07 -0700)
committerGitHub <redacted>
Wed, 8 Apr 2026 13:07:47 +0000 (16:07 +0300)
commitdcdcbad42a38a4420384faad714de78ffc9f3ef3
treefe79b50f052bc02a1a29b7c239f4e1f485111116
parent5764d7c6a64b57e3cfbc124451666407ab47ee26
metal: Q1_0 backend (#21528)

* initial Q1_0 Metal backend

* tuning q1_0 metal kernels

* add Q1_0 to test-backend-ops

* add Q1_0<->F32 copy test

* Apply suggestions from code review

Co-authored-by: Georgi Gerganov <redacted>
---------

Co-authored-by: Georgi Gerganov <redacted>
ggml/src/ggml-metal/ggml-metal-device.cpp
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.metal
tests/test-backend-ops.cpp