
AgoraPeteandGeorgi Gerganov
dbadb68eec
ggml: use dynamic allocation for split graph inputs (#22789)
* ggml: use dynamic allocation for split graph inputs
Replace fixed-size GGML_SCHED_MAX_SPLIT_INPUTS arrays with dynamically
allocated buffers in the backend scheduler. This fixes crashes when
loading wide MoE models (Gemma 4, Qwen MoE, Mixtral, DeepSeek) on
multi-backend setups where graph splits exceed 30 input tensors.
- split->inputs: dynamic array with grow-on-demand
- sched->graph_inputs: dynamic array with grow-on-demand
- graph_size calculation now uses actual input count instead of fixed constant
* cont : clean-up
---------
Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
2026-08-03 18:03:14 +03:00
..
2026-07-17 11:39:33 +03:00
2026-04-30 17:37:13 +02:00
2026-07-31 01:14:16 +08:00
2026-08-03 14:22:44 +02:00
2026-07-10 12:38:34 +08:00
2026-07-25 15:47:29 -07:00
2026-07-28 07:13:48 +08:00
2026-08-03 07:33:37 +03:00
2026-03-22 11:05:51 +01:00
2026-08-03 07:36:19 -07:00
2026-07-21 22:43:11 +08:00
2026-07-29 15:04:30 +08:00
2026-08-02 15:10:32 +08:00
2026-05-10 17:32:41 +02:00
2026-08-01 14:18:07 -05:00
2026-08-02 08:28:31 +02:00
2026-04-30 17:37:13 +02:00
2026-07-31 09:40:52 +03:00
2026-07-22 17:26:40 +08:00
2026-05-25 12:38:01 +03:00
2026-01-29 12:33:21 -08:00
2026-01-29 12:33:21 -08:00
2026-04-09 16:42:19 +02:00
2026-07-17 00:33:33 +08:00
2026-07-10 12:38:34 +08:00
2026-08-03 18:03:14 +03:00
2026-07-07 12:05:47 -07:00
2026-04-16 17:21:28 +08:00
2026-04-08 17:40:15 +02:00
2026-07-07 12:05:47 -07:00
2026-07-07 12:05:47 -07:00
2024-11-14 18:04:35 +01:00
2024-12-12 19:02:49 +01:00
2026-07-28 16:23:24 +03:00
2025-06-01 13:43:57 +03:00
2026-07-25 14:32:37 +02:00