deps: bump llama.cpp - RDNA3/RDNA4 MMQ tile override (+6-8% decode)#4
Closed
geometric-test[bot] wants to merge 1 commit into
Closed
deps: bump llama.cpp - RDNA3/RDNA4 MMQ tile override (+6-8% decode)#4geometric-test[bot] wants to merge 1 commit into
geometric-test[bot] wants to merge 1 commit into
Conversation
Bumps server/deps/llama.cpp (luce-dflash) to pick up the smaller 48x64/4-warp MMQ tile for DFlash spec-decode verify batches on consumer RDNA. Output is bit-identical; decode at --ddtree-budget=22, Qwen3.6-27B Q4_K_M: gfx1201 (R9700): 54.65 -> 59.37 tok/s (+8.3%) gfx1100 (RX 7900 XTX): 56.78 -> 60.18 tok/s (+6.0%) Depends on Luce-Org/lucebox-ggml#18; the submodule SHA should be repointed to the luce-dflash merge commit before this lands. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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
Bumps the
server/deps/llama.cppsubmodule (luce-dflash) to pick up theRDNA3/RDNA4 MMQ tile override for DFlash's small spec-decode verify batches.
The change uses a
48x64/4-warp tile in place of the stock128x128/8tile and keeps output bit-identical in the measured decode workloads.
Impact
Implementation
server/deps/llama.cppto aluce-dflashcommit containing the smaller RDNA MMQ tile.server/docs/HIP_PERF_PLAN.md.Runtime Flags / Configuration
No new runtime flags or configuration switches.
Validation
--ddtree-budget=22,n_gen=256Notes
Depends on Luce-Org/lucebox-ggml#18 for the underlying kernel
change. This branch points the submodule at that PR's head commit; before
merge, repoint the SHA to the
luce-dflashmerge commit of Luce-Org#18.This is marked draft for testing the GitHub App manual PR flow.