perf(llama32_1b): Q8 prefill and decode runtime optimizations - #167
Closed
eyonce wants to merge 1 commit into
Closed
perf(llama32_1b): Q8 prefill and decode runtime optimizations#167eyonce wants to merge 1 commit into
eyonce wants to merge 1 commit into
Conversation
Author
|
whoa codex thats too far :/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
fgb.psQ8 dot path and 2048-hart N-split decode optimization from fix: stable fgb.ps dot product and N-split for 2048 harts llama.cpp#21GGML_ET_UBERKERNEL=0as the opt-outWhy this should move Llama 3.2 1B
The current leaderboard run reaches 14.7096 decode tokens/s. The integrated decode lineage reports 24.9 tokens/s for Q8_0 with the uberkernel, while the matrix-engine path reports 6–9x prefill speedups for N >= 47. The benchmark remains on the canonical Q8_0 artifact and unchanged quality contract.
Scope
Only
.gitmodulesand the authoritative runtime gitlink change. No trusted benchmark, artifact, recipe, or validation files are modified.Source
7b0a32a63719b4da312f8c28c5a3ebc656bbb970llama32-q8-uberkernelPlease run the trusted Llama 3.2 1B and shared-runtime SmolVLM2 gates.