Piecewise Cuda Graph Support for gpt-oss model#13045
Merged
ispobock merged 4 commits intosgl-project:mainfrom Nov 15, 2025
Merged
Piecewise Cuda Graph Support for gpt-oss model#13045ispobock merged 4 commits intosgl-project:mainfrom
ispobock merged 4 commits intosgl-project:mainfrom
Conversation
Signed-off-by: Oasis-Git <ayw.sirius19@gmail.com>
Contributor
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
34 tasks
BBuf
reviewed
Nov 11, 2025
| if self.moe_runner_backend == "auto": | ||
| if is_blackwell_supported() and is_mxfp4_quant_format: | ||
| if self.enable_piecewise_cuda_graph: | ||
| self.moe_runner_backend = "auto" |
ispobock
reviewed
Nov 12, 2025
|
|
||
| if self.moe_runner_backend == "auto": | ||
| if is_blackwell_supported() and is_mxfp4_quant_format: | ||
| if self.enable_piecewise_cuda_graph: |
Collaborator
There was a problem hiding this comment.
If we enable both piecewise cuda graph and flashinfer_mxfp4, which moe_runner_backend will use?
Collaborator
Author
There was a problem hiding this comment.
I see. Here is potential problems. Will fix it soon
ispobock
approved these changes
Nov 15, 2025
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 Piecewise cuda graph for gpt-oss series model.
Modifications
enable_piecewise_cudagraphto avoid circular importAccuracy Tests
In benchmark & profilling section
Benchmarking and Profiling
For gsm 8k test:
autobackendtritonbackendautobackend onlyChecklist