[Feature] Support fusedmoe on Blackwell - #5325
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #5325 +/- ##
==========================================
Coverage ? 60.87%
==========================================
Files ? 329
Lines ? 41160
Branches ? 6274
==========================================
Hits ? 25055
Misses ? 14213
Partials ? 1892
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Thanks for your contribution! |
Echo-Nie
commented
Dec 15, 2025
| KernelRunner<WintQuantMethod::kWeightOnlyInt2, true>::run_kernel(params, shared_storage); | ||
| #if defined(__CUDA_ARCH__) && (__CUDA_ARCH__ >= 800) && (__CUDA_ARCH__ < 1010) | ||
| KernelRunner<WintQuantMethod::kWeightOnlyInt2, true>::run_kernel( | ||
| params, shared_storage); |
Contributor
Author
There was a problem hiding this comment.
910 改成 1010,放行 SM100
| } else if (sm_ >= 75 && sm_ < 80) { | ||
| dispatch_moe_gemm_to_cutlass_macro(cutlass::arch::Sm75); | ||
| } else if (sm_ >= 80 && sm_ < 91) { | ||
| } else if (sm_ >= 80 && sm_ < 101) { |
Contributor
Author
There was a problem hiding this comment.
91 改成 101,放行 SM100
chang-wenbin
pushed a commit
to chang-wenbin/FastDeploy
that referenced
this pull request
Mar 2, 2026
* update sm100 * fix * fix style
xiaoguoguo626807
pushed a commit
to xiaoguoguo626807/FastDeploy
that referenced
this pull request
May 7, 2026
* update sm100 * fix * fix style
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
Support fusedmoe on Blackwell
Modifications
prerequisite PR: Paddle#76708
custom_ops/gpu_ops/cutlass_kernels/moe_gemm/fused_moe_cutlass_kernel.h
custom_ops/gpu_ops/cutlass_kernels/moe_gemm/fused_moe_gemm_kernels_template.h
Usage or Command
In
test_fusedmoe.py, add the following import:Then uncomment the corresponding lines:
Finally, run:
Accuracy Tests
BF16
BlockWiseFP8Config
WINT8Config
WINT4Config
Checklist
[FDConfig],[APIServer],[Engine],[Scheduler],[PD Disaggregation],[Executor],[Graph Optimization],[Speculative Decoding],[RL],[Models],[Quantization],[Loader],[OP],[KVCache],[DataProcessor],[BugFix],[Docs],[CI],[Optimization],[Feature],[Benchmark],[Others],[XPU],[HPU],[GCU],[DCU],[Iluvatar],[Metax]]pre-commitbefore commit.releasebranch, make sure the PR has been submitted to thedevelopbranch, then cherry-pick it to thereleasebranch with the[Cherry-Pick]PR tag.