koboldcpp/ggml
Gaurav Garg e95dae18d6
Remove padding and multiple D2D copies for MTP (#24086)
* Make ggml_gated_delta_net take only the initial recurrent state (D, 1, n_seqs) and passes the snapshot count K as an op parameter instead of inferring it from state->ne[1].

Remove the padding hack and copy all emitted snapshots into the recurrent cache with a single strided ggml_cpy

* Make GDN changes in all backends. Address review comments.

* Fix CI build errors
2026-06-10 23:21:16 +05:30
..
cmake ggml : Parallelize quant LUT init (#23595) 2026-05-25 10:15:46 +03:00
include Remove padding and multiple D2D copies for MTP (#24086) 2026-06-10 23:21:16 +05:30
src Remove padding and multiple D2D copies for MTP (#24086) 2026-06-10 23:21:16 +05:30
.gitignore vulkan : cmake integration (#8119) 2024-07-13 18:12:39 +02:00
CMakeLists.txt ggml : bump version to 0.14.0 (ggml/1533) 2026-06-08 14:31:33 +03:00