]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
metal: implement DeepSeek V4 hyper-connections (llama/26459)
authorGeorgi Gerganov <redacted>
Sun, 2 Aug 2026 18:06:02 +0000 (21:06 +0300)
committerGeorgi Gerganov <redacted>
Tue, 4 Aug 2026 10:37:47 +0000 (13:37 +0300)
commite7ae4d718ec09a0067a7cc69a9c6da76567006d1
tree4f48407c786e76a94d6a852e386b376e17e6abad
parent4e7439e81f81c8fb5b130d6a2c0b95c52b9db48e
metal: implement DeepSeek V4 hyper-connections (llama/26459)

- Implement GGML_OP_DSV4_HC_COMB, GGML_OP_DSV4_HC_PRE, and
  GGML_OP_DSV4_HC_POST with SIMDgroup register and shuffle optimized kernels.
- Add Metal dispatch and support plumbing and test the production Sinkhorn
  iteration count and embedding width.

Assisted-by: Codex
Co-authored-by: Thiago Padilha <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