[CPU] Add apply_routed_scaling_factor_on_output support for biased_grouped_topk fusion#22413
Merged
mingfeima merged 7 commits intosgl-project:mainfrom Apr 10, 2026
Merged
Conversation
Contributor
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
mingfeima
requested changes
Apr 9, 2026
Collaborator
mingfeima
left a comment
There was a problem hiding this comment.
minor changes needed to simplify the code.
mingfeima
approved these changes
Apr 9, 2026
Collaborator
|
/tag-and-rerun-ci |
Collaborator
|
/rerun-failed-ci |
Contributor
Author
|
/rerun-failed-ci |
Contributor
Author
|
Latest Xeon CI broken by this PR #20796 |
Fridge003
pushed a commit
that referenced
this pull request
Apr 11, 2026
…ouped_topk fusion (#22413) Co-authored-by: Ma Mingfei <mingfei.ma@intel.com>
pyc96
pushed a commit
to pyc96/sglang
that referenced
this pull request
Apr 14, 2026
…ouped_topk fusion (sgl-project#22413) Co-authored-by: Ma Mingfei <mingfei.ma@intel.com>
yhyang201
pushed a commit
to yhyang201/sglang
that referenced
this pull request
Apr 22, 2026
…ouped_topk fusion (sgl-project#22413) Co-authored-by: Ma Mingfei <mingfei.ma@intel.com>
blzheng
added a commit
to blzheng/sglang
that referenced
this pull request
Apr 28, 2026
* fix topk softmax performance issue (sgl-project#14702) * [CPU] Add apply_routed_scaling_factor_on_output support for biased_grouped_topk fusion (sgl-project#22413) Co-authored-by: Ma Mingfei <mingfei.ma@intel.com> * add kernel biased_topk_cpu * add kernel hash_topk_cpu --------- Co-authored-by: Ma Mingfei <mingfei.ma@intel.com> Co-authored-by: jianan-gu <jianan.gu@intel.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.
This PR:
apply_routed_scaling_factor_on_outputfor CPU path of the fusion biased_grouped_topk_cpu