[Executor] Default use CUDAGraph - #3594
Merged
Jiang-Jia-Jun merged 50 commits intoOct 21, 2025
Merged
Conversation
|
Thanks for your contribution! |
YuanRisheng
previously approved these changes
Aug 25, 2025
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #3594 +/- ##
=========================================
Coverage ? 0
=========================================
Files ? 0
Lines ? 0
Branches ? 0
=========================================
Hits ? 0
Misses ? 0
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
gongshaotian
commented
Aug 27, 2025
gongshaotian
commented
Aug 27, 2025
gongshaotian
commented
Aug 27, 2025
gongshaotian
commented
Aug 27, 2025
gongshaotian
commented
Aug 27, 2025
gongshaotian
commented
Aug 27, 2025
gongshaotian
commented
Aug 27, 2025
…into start_intercept
…into start_intercept
…into start_intercept
gongshaotian
force-pushed
the
start_intercept
branch
from
October 13, 2025 06:34
404008c to
8c764a8
Compare
gongshaotian
force-pushed
the
start_intercept
branch
from
October 17, 2025 08:05
be3b980 to
ce6a539
Compare
Collaborator
Author
|
fastdeploy/model_executor/graph_optimization/utils.py:新增显存 Debug 工具,无须单测 |
| max_model_len: 32768 | ||
| max_num_seqs: 96 | ||
| gpu_memory_utilization: 0.9 | ||
| gpu_memory_utilization: 0.85 |
Collaborator
There was a problem hiding this comment.
gpu_memory_utilization修改 也不会导致性能下降吗?
Collaborator
Author
There was a problem hiding this comment.
gpu_memory_utilization修改 也不会导致性能下降吗?
从测试结果来看是上升的
This was referenced Oct 21, 2025
xiaoguoguo626807
pushed a commit
to xiaoguoguo626807/FastDeploy
that referenced
this pull request
May 7, 2026
* add start intercept * Adjustment GraphOptConfig * pre-commit * default use cudagraph * set default value * default use cuda graph * pre-commit * fix test case bug * disable rl * fix moba attention * only support gpu * Temporarily disable PD Disaggregation * set max_num_seqs of test case as 1 * set max_num_seqs and temperature * fix max_num_batched_tokens bug * close cuda graph * success run wint2 * profile run with max_num_batched_tokens * 1.add c++ memchecker 2.success run wint2 * updatee a800 yaml * update docs * 1. delete check 2. fix plas attn test case * default use use_unique_memory_pool * add try-except for warmup * ban mtp, mm, rl * fix test case mock * fix ci bug * fix form_model_get_output_topp0 bug * fix ci bug * refine deepseek ci * refine code * Disable PD * fix sot yaml
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.
Summary
CUDAGraphandSpeculate DecodingCUDAGraphandMultiModelCUDAGraphandRL trainingCUDAGraphandPD DisaggregationStatic GraphandRL trainingUser interface changes
The
--use-cudagraphstartup parameter is deleted, you can also manually control the CUDAGraph by setting--graph-optimization-config.Detailed description reference graph_optimization.md