[config] Add tuned configs for GLM-5.2-FP8 block-scale fp8 GEMM and MoE#4038
Closed
gbyu-amd wants to merge 2 commits into
Closed
[config] Add tuned configs for GLM-5.2-FP8 block-scale fp8 GEMM and MoE#4038gbyu-amd wants to merge 2 commits into
gbyu-amd wants to merge 2 commits into
Conversation
Adds tuned (and source untuned) configs for GLM-5.2-FP8 running TP4 on
gfx950:
- a8w8_blockscale_bpreshuffle GEMM: 4 shapes derived from GLM-5.2 linear
layers (N6144/K3072, N6144/K4096, N6144/K6144, N7168/K512), swept over
M in {1..32768}.
- fused MoE (a8w8_blockscale, per_1x128): hidden_dim=6144, inter_dim=512,
expert=257, topk=9, swept over tokens {1..32768}.
Configs are auto-discovered by the model_configs glob merge; no code
change required. Verified end-to-end: server startup + gsm8k 3-shot show
zero fp8 GEMM / MoE default-config fallbacks, accuracy 0.9356 strict /
0.9348 flexible exact_match.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
🏷️ CI GuideRuns automatically on every PR:
Extended tests (opt-in via labels):
|
Contributor
yifehuan
approved these changes
Jul 7, 2026
yifehuan
left a comment
Contributor
There was a problem hiding this comment.
LGTM, one thing is the gfx column is not needed in fmoe tuned csv (not found in other csv), but it will auto-derive, it is ok
Contributor
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.
Adds tuned (and source untuned) configs for GLM-5.2-FP8 running TP4 on gfx950:
Configs are auto-discovered by the model_configs glob merge; no code change required. Verified end-to-end: server startup + gsm8k 3-shot show zero fp8 GEMM / MoE default-config fallbacks, accuracy 0.9356 strict / 0.9348 flexible exact_match.
Motivation
Technical Details
Test Plan
Test Result
Submission Checklist