llama : add high-throughput mode #14363
Draft
+641
−249
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
target #14285
Overview
Improve multi-sequence decoding performance by avoiding the cross-sequence attention compute of the unified KV cache.
Still WIP, but initial results are promising. The functionality is temporarily gated with env
LLAMA_HT
and also requires theLLAMA_SET_ROWS
from #14285.Detailed description will be added when I make some more progress and am more convinced that the approach is viable.
Testing
Using a more real-world example with
llama-parallel
:TODO
ggml_soft_max_ext()
support for virtual sequencesllama_memory_seq_cp
support for virtual sequencessplit_equal
support sequential idsLLAMA_HT
become regular compute parametern_ctx
meaning (total vs per-sequence)n_embd_v_gqa(il) == const
when FA is off