-
Notifications
You must be signed in to change notification settings - Fork 737
[Excutor] Experiment Feature-Support Prefill in cudagraph #3459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Jiang-Jia-Jun
merged 27 commits into
PaddlePaddle:develop
from
littledgg:prefill_in_cudagraph
Sep 8, 2025
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
d587f21
Support prefill in Cudagraph
littledgg 0e5e305
Merge branch 'develop' of https://github.com/PaddlePaddle/FastDeploy …
littledgg 63f1256
Refactor GetBlockShapeAndSplitKVBlock Kernel V2
littledgg 109d4f2
Refactor GetBlockShapeAndSplitKVBlock Kernel V2.1
littledgg 7ba1c17
Refactor GetBlockShapeAndSplitKVBlock Kernel V2.2
littledgg 1e60bfd
Refactor GetBlockShapeAndSplitKVBlock Kernel V2.3
littledgg fd41ba3
Refactor GetBlockShapeAndSplitKVBlock Kernel V2.4
littledgg 5d52620
Refactor GetBlockShapeAndSplitKVBlock Kernel V2.5
littledgg 39dd695
Solve problem about encoder_num_blocks_x_cpu
littledgg 4bc60cc
Add early-exit mechanism for attention kernel
littledgg d267feb
fix test case about append-attention
littledgg 2a40480
Merge branch 'develop' of https://github.com/PaddlePaddle/FastDeploy …
littledgg edbbbf0
Update testcode, Add annotations to related tensors
littledgg 86d1a94
solve conflict
littledgg cbca27d
move get_input_length_list
littledgg 3f40024
solve conflict
littledgg 62a3f05
solve test_code
littledgg 0f92c63
Add annotations about early-exit for attention kernel
littledgg f57a1ca
Add annotations about early-exit for attention kernel2
littledgg 684f6c9
solve comment
littledgg edb923c
solve conflict
littledgg 960c6c9
Merge branch 'develop' into prefill_in_cudagraph
gongshaotian 5df6078
solve conflict and test case
littledgg c7b3d5b
solve conflict
littledgg 8f8011d
solve mtp
littledgg e49ff4a
Merge branch 'develop' into prefill_in_cudagraph
littledgg d15e4fd
Merge branch 'develop' into prefill_in_cudagraph
littledgg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
需要跑一下deepseek的模型,确认下 mla attention 能跑prefill 捕获吗
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
下一个PR再支持吧