-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Support async DeepEP by splitting into two stages #4995
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
Merged
Changes from all commits
Commits
Show all changes
70 commits
Select commit
Hold shift + click to select a range
f9da4cf
more
fzyzcjy f51b1d2
more
fzyzcjy 5662e6f
more
fzyzcjy 7571008
more
fzyzcjy 1480474
more
fzyzcjy f08c09e
more
fzyzcjy 1036ab9
more
fzyzcjy ad1dfce
more
fzyzcjy c6859e0
more
fzyzcjy 94fbf1f
more
fzyzcjy 0004ba7
more
fzyzcjy 09668ab
more
fzyzcjy 41e7d98
fmt
fzyzcjy 32dd057
more
fzyzcjy 1836a79
more
fzyzcjy 7e276bd
more
fzyzcjy ef08c32
more
fzyzcjy 9138b76
more
fzyzcjy 292eae9
more
fzyzcjy b7b32de
more
fzyzcjy 7c95a37
more
fzyzcjy 74b99e0
more
fzyzcjy 56ce827
more
fzyzcjy 011dfd7
more
fzyzcjy 7c715eb
more
fzyzcjy 4c37f2a
more
fzyzcjy 188d5a0
more
fzyzcjy 82a8092
more
fzyzcjy 39d9fb2
more
fzyzcjy 73189d0
more
fzyzcjy fd39fdb
more
fzyzcjy f7e7928
more
fzyzcjy f9dd1e4
more
fzyzcjy 8d5720d
more
fzyzcjy 5bb5dc6
more
fzyzcjy 0c32670
more
fzyzcjy b112311
more
fzyzcjy 063a936
more
fzyzcjy fbedeec
more
fzyzcjy 6b1b563
more
fzyzcjy acedeb9
more
fzyzcjy ad2fe7a
more
fzyzcjy 2383c01
more
fzyzcjy 0050d66
more
fzyzcjy 7b8c5a2
fmt
fzyzcjy 449a78b
more
fzyzcjy aefcfc9
more
fzyzcjy 797008f
more
fzyzcjy d722607
more
fzyzcjy 67ef870
more
fzyzcjy 58952e6
more
fzyzcjy 967c95f
mv
fzyzcjy 3e022e6
more
fzyzcjy fe78450
mv
fzyzcjy d58ffc8
more
fzyzcjy 3ed1732
more
fzyzcjy e26c860
more
fzyzcjy 2629673
rename
fzyzcjy f3b4209
more
fzyzcjy 5afd1b3
more
fzyzcjy 019ba0a
Merge branch 'main' into feat/deepep_mode_refactor
fzyzcjy 896a9bf
Merge branch 'feat/deepep_mode_refactor' into feat/deepep_dispatcher_…
fzyzcjy 65d6675
Merge branch 'feat/deepep_dispatcher_subclass' into feat/deepep_two_s…
fzyzcjy 3c63e7c
fmt
fzyzcjy b63d0ef
more
fzyzcjy 2092e42
Merge branch 'feat/deepep_dispatcher_subclass' into feat/deepep_two_s…
fzyzcjy b7aef86
Merge branch 'main-upstream' into feat/deepep_mode_refactor
fzyzcjy afdccfe
Merge branch 'feat/deepep_mode_refactor' into feat/deepep_dispatcher_…
fzyzcjy e3ae9f3
Merge branch 'feat/deepep_dispatcher_subclass' into feat/deepep_two_s…
fzyzcjy 538efab
Merge branch 'main-upstream' into feat/deepep_two_stage
fzyzcjy 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
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.
Uh oh!
There was an error while loading. Please reload this page.
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.
Should we add some comments to introduce what are {dispatch/combine}_{a/b/core} and their computation order?
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.
looks reasonable, I will add that when two-batch-overlap is done