]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/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>
Mon, 16 Mar 2026 11:10:15 +0000 (13:10 +0200)
commit49489bfbd1704bf8e222ea7bef49153da23d45d2
tree753c7de29bf7f7d19492e8e39657210a32d39b02
parent910034df28633ccde365f58c9d3b83b5a65ba58d
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>
ggml/include/ggml.h
ggml/src/ggml-cpu/ggml-cpu.c
ggml/src/ggml-cpu/ops.cpp
ggml/src/ggml-cpu/ops.h
ggml/src/ggml-cuda/gated_delta_net.cu [new file with mode: 0644]
ggml/src/ggml-cuda/gated_delta_net.cuh [new file with mode: 0644]
ggml/src/ggml-cuda/ggml-cuda.cu
ggml/src/ggml.c