
Georgi GerganovandJohannes Gäßler
225e7a1438
llama : add high-throughput mode (#14363)
* kv-cache : prepare K/V buffers for separation
ggml-ci
* batched-bench : fix oob write
ggml-ci
* llama : add "virtual sequences"
ggml-ci
* llama : use "stream" vs "virtual sequence"
ggml-ci
* graph : fix stream splitting when KV cache is not used
ggml-ci
* kv-cache : add multi-stream save/load support
ggml-ci
* llama : add "--attn-streams" flag
ggml-ci
* kv-cache : fix handling when find_slot fails
ggml-ci
* kv-cache : restore find_slot impl
ggml-ci
* kv-cache : add comments
* kv-cache : add bounds checks for sequence id
ggml-ci
* cont : add n_seq_max to batch allocr
ggml-ci
* kv-cache : perform stream copies lazily after llama_synchronize
ggml-ci
* kv-cache : avoid throwing exceptions across the C boundary
ggml-ci
* CUDA: 4D FlashAttention support (#14628)
* CUDA: 4D FlashAttention support
* CUDA: fix WMMA FA kernel
* llama : rename attn_streams -> kv_unified
ggml-ci
* common : rename kv_split -> kv_unified
ggml-ci
---------
Co-authored-by: Johannes Gäßler <johannesg@5d6.de>
2025-07-16 16:35:42 +03:00
..
2025-06-01 13:43:57 +03:00
2025-07-13 10:36:33 +03:00
2025-07-16 14:43:32 +03:00
2025-07-16 16:35:42 +03:00
2025-06-16 13:47:38 +02:00
2025-07-13 08:38:13 +03:00
2025-06-26 12:11:59 +08:00
2025-07-13 10:36:33 +03:00
2025-06-10 09:41:01 +03:00
2025-07-14 18:12:42 +01:00
2025-07-15 21:51:09 +02:00
2025-07-03 07:48:32 +03:00
2025-05-01 22:46:10 +02:00
2025-02-28 14:41:47 +01:00
2025-07-03 07:48:32 +03:00
2025-06-29 09:43:36 +02:00
2025-06-09 16:47:13 +02:00
2025-06-29 09:43:36 +02:00
2025-05-19 13:29:56 +03:00
2025-07-01 11:06:39 +03:00
2024-11-14 18:04:35 +01:00
2024-11-14 18:04:35 +01:00
2024-12-12 19:02:49 +01:00
2025-07-09 18:16:12 +02:00
2025-06-01 13:43:57 +03:00
2025-07-09 14:33:53 +02:00