[TRITON] Add gluon support for MXFP4 quant kernel in gfx950 and gfx1250#4383
Draft
NimitPtl wants to merge 9 commits into
Draft
[TRITON] Add gluon support for MXFP4 quant kernel in gfx950 and gfx1250#4383NimitPtl wants to merge 9 commits into
NimitPtl wants to merge 9 commits into
Conversation
Contributor
🏷️ CI GuideRuns automatically on every PR:
Extended tests (opt-in via labels):
|
Contributor
Author
|
#4193 is the parent PR. |
NimitPtl
marked this pull request as draft
July 24, 2026 22:27
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.
Motivation
Using gluon instead of triton for performance improvement
Technical Details
Gluon kernel, with sizes derived from the TTGIR of Triton kernel.
Test Plan
Test suite as well as benchmark script for testing accuracy and speed of quant kernel.
Test Result
Marginal improvement for gfx950 and around 50% improvement with usage of LDS in gfx1250
Gluon 4096.0 8192.0 0.001115
Triton 4096.0 8192.0 0.002147
Submission Checklist