ROCm GGUF: split native JIT by operation family - #38
Draft
nekomario28 wants to merge 10 commits into
Draft
Conversation
Preserve upstream author history for 3178a59 while integrating the GGUF CPU/hybrid executor reachability fixes into the gfx1101-validated ROCm split-JIT branch.
Owner
Author
|
Physical evidence snapshot (RX 7800 XT / gfx1101, torch 2.11.0+rocm7.2, HIP 7.2.26015):
Claim boundary: this proves the five native GGUF operation families compile/link/run numerically on physical gfx1101 through the split ROCm path. It does not yet claim full qwen35moe/Ornith model serving, all quant types numerically, or CUDA performance parity. CUDA remains on the existing monolithic path. Persistent receipt: project-incubator |
nekomario28
changed the base branch from
work/rocm-qwen35moe-integration-20260826
to
work/rocm-qwen35moe-plus-pr131-cpu-20260826
August 26, 2026 09:29
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.
Internal review/delivery carrier for the gfx1101-validated ROCm GGUF compile fix. Base is the existing ROCm + qwen35moe integration branch. CUDA keeps the original monolithic GGUF extension; ROCm lazily builds dequant, MMVQ, MMQ, MoE-vector and grouped-MoE modules. Physical RX 7800 XT evidence is recorded separately; this PR also includes the latest upstream FlashML-org#131 GGUF CPU/hybrid reachability commit with original author history preserved and a cheap Python routing contract test. Do not merge to fork main as a product release; use this as a review/delivery surface.