-
-
Notifications
You must be signed in to change notification settings - Fork 15.2k
[Kernel] Support Flashinfer trtllm fused MoE non gated FP8 & NVFP4 #33506
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
Merged
vllm-bot
merged 15 commits into
vllm-project:main
from
amitz-nv:support-fi-fused-moe-non-gated-fp8-nvfp4
Feb 12, 2026
+197
−45
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
5252c9f
Add support for FI fused moe non-gated FP8 and NVFP4
amitz-nv 2a27425
Fix test_flashinfer.py
amitz-nv ebc5285
Update support filters of FlashInfer for FP8 and FP4 - support non-ga…
amitz-nv 4decedb
Fixes after rebase
amitz-nv 7852c66
Use intermediate size correctly in flashinfer_fp4_moe.py
amitz-nv e717d7d
Handle silu & gelu (without '_no_mul' suffix) correctly in FI flow
amitz-nv 557833d
Make is_gated_activation and activation_str_to_enum_value more robust
amitz-nv 74410c9
Fix tests/kernels/moe/test_flashinfer.py
amitz-nv 7e4e1fa
Remove unnecessary scale .max() in test_flashinfer.py
amitz-nv 03f9441
Import ActivationType directly from FlashInfer, revert changes in vll…
amitz-nv d8df109
Fix activation type passed (passing int instead of enum class)
amitz-nv a006d3a
With Flashinfer fused MoE NVFP4 - use min_alignment=128 only for non-…
amitz-nv 8f0c7b3
Remove check of layer.weight_block_size in flashinfer_fp4_moe.py
amitz-nv ea22768
Remove default value of activation_type
amitz-nv da29d13
Fix formatting
amitz-nv File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
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.
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.
Note: we need to update the compressed tensors side too, can do in followup PR