]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml: add GATED_DELTA_NET op (llama/19504)
authorAman Gupta <redacted>
Sat, 7 Mar 2026 07:41:10 +0000 (15:41 +0800)
committerGeorgi Gerganov <redacted>
Sun, 15 Mar 2026 19:50:13 +0000 (21:50 +0200)
commit36ae4059ee87885f0e606a2ec7b1a227ad0caf85
tree5ed42c5c9d5b315f032a089df1fa63d58db4264c
parent280ae6ea76fd8b4679a445f3b18fdfb2b840a489
ggml: add GATED_DELTA_NET op (llama/19504)

* ggml: add GATED_DELTA_NET op

* remove the transpose

* add KDA

* add qwen35 dense

* llama : check for fused gated delta net backend support

---------

Co-authored-by: Georgi Gerganov <redacted>
include/ggml.h
src/ggml-cpu/ggml-cpu.c
src/ggml-cpu/ops.cpp
src/ggml-cpu/ops.h
src/ggml-cuda/gated_delta_net.cu [new file with mode: 0644]
src/ggml-cuda/gated_delta_net.cuh [new file with mode: 0644]
src/ggml-cuda/ggml-cuda.cu
src/ggml.c
tests/test-backend-ops.cpp