Multiple updates and refactorings#150
Merged
interestingLSY merged 2 commits intomainfrom Jan 16, 2026
Merged
Conversation
interestingLSY
added a commit
that referenced
this pull request
Jan 16, 2026
* Multiple updates and refactorings * Remove dead code
LucasWilkinson
added a commit
to vllm-project/FlashMLA
that referenced
this pull request
Jan 21, 2026
* Update blog and README * Fix error message * Code format * Update README * Multiple updates and refactorings (deepseek-ai#150) * Multiple updates and refactorings * Remove dead code * migrate to new structure Signed-off-by: Lucas Wilkinson <lwilkins@redhat.com> * add includes Signed-off-by: Lucas Wilkinson <lwilkins@redhat.com> * Add missing include<span> Co-authored-by: baowending.bwd <baowending.bwd@alibaba-inc.com> * clean Signed-off-by: Lucas Wilkinson <lwilkins@redhat.com> * Fix SM100 sparse FP8 decode metadata calculation The num_sm_parts formula for sparse FP8 decode was using the SM90 formula for all architectures. On SM100, the kernel dispatch uses different formulas (num_sms/s_q for head64/head64x2 vs num_sms/s_q/2 for head128), causing a shape mismatch error. Fix by using architecture-specific formulas: - SM100: num_sms / s_q (covers both head64x2 and head128) - SM90: num_sms / s_q / (h_q/64) --------- Signed-off-by: Lucas Wilkinson <lwilkins@redhat.com> Co-authored-by: Shengyu Liu <shengyuliu@deepseek.com> Co-authored-by: Jiashi Li <js.li@high-flyer.cn> Co-authored-by: baowending.bwd <baowending.bwd@alibaba-inc.com>
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.
No description provided.