Revert "CUDA: size routed MoE MMQ N-tiles from typical expert width on RDNA3 (#24546)" - #28551
Merged
Conversation
…n RDNA3 (#24546)" This reverts commit 0c96345. Assisted-by: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01Q7rfnkjzgnfhvJsdeXhdoH
Member
Author
CISC
approved these changes
Sep 7, 2026
JohannesGaessler
approved these changes
Sep 7, 2026
Patt92
pushed a commit
to Patt92/llama.cpp
that referenced
this pull request
Sep 7, 2026
Drops the bounded multi-backend scheduler split from the feature list: upstream 992cb50 (ggml-org#28387) deleted the input-count check outright, so split boundaries can no longer drift with the growing inputs_capacity and the local change has nothing left to do. Records that upstream independently built and then reverted routed-MoE MMQ tile sizing (ggml-org#24546, reverted by ggml-org#28551). The revert was about where the logic lives, not whether it works -- the objection was that it changed kernel configurations instead of deciding on the host -- and that PR excluded gfx1151 outright, so its own gfx1151 operator measurements remain the best evidence for the idea here.
x1250
pushed a commit
to x1250/llama.cpp
that referenced
this pull request
Sep 9, 2026
…n RDNA3 (ggml-org#24546)" (ggml-org#28551) This reverts commit 0c96345. Assisted-by: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01Q7rfnkjzgnfhvJsdeXhdoH
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.
This reverts commit 0c96345, per discussion in #24546