-
-
Notifications
You must be signed in to change notification settings - Fork 11.6k
[Bugfix] Only use triton_kernels for MXFP4 on SM90 and SM100 #29339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bugfix] Only use triton_kernels for MXFP4 on SM90 and SM100 #29339
Conversation
Signed-off-by: mgoin <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request correctly restricts the use of Triton kernels for MXFP4 to SM90 and SM100 architectures, addressing issues on newer GPUs. The logic is sound, but I've pointed out a small redundancy in the conditional check that can be simplified for better code clarity and maintainability.
Signed-off-by: mgoin <[email protected]>
|
LGTM! Thanks for the fix @mgoin |
yewentao256
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for the work!
…oject#29339) Signed-off-by: mgoin <[email protected]>
…oject#29339) Signed-off-by: mgoin <[email protected]>
Purpose
After we landed triton_kernels as a default dep in #28788, we started seeing some issues appear for gpt-oss users on sm110 and sm120 (see #29317 and https://vllm-dev.slack.com/archives/C0990U53QBV/p1764009918189409).
This PR disables that path for now and uses Marlin for those GPUs.
Test Plan
Test Result
Essential Elements of an Effective PR Description Checklist
supported_models.mdandexamplesfor a new model.