-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[dtensor][4/N] refactor dispatching logic and add propagator #90733
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
Closed
Closed
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
9cd43a9
[dtensor][3/N] refactor dispatching logic and add propagator
wanchaol 53035d4
Update on "[dtensor][3/N] refactor dispatching logic and add propagator"
wanchaol 376c2f4
Update on "[dtensor][3/N] refactor dispatching logic and add propagator"
wanchaol 131e617
Update on "[dtensor][3/N] refactor dispatching logic and add propagator"
wanchaol 669a306
Update on "[dtensor][3/N] refactor dispatching logic and add propagator"
wanchaol 555c148
Update on "[dtensor][3/N] refactor dispatching logic and add propagator"
wanchaol 6127aac
Update on "[dtensor][3/N] refactor dispatching logic and add propagator"
wanchaol 1e181d6
Update on "[dtensor][3/N] refactor dispatching logic and add propagator"
wanchaol c940e37
Update on "[dtensor][4/N] refactor dispatching logic and add propagator"
wanchaol 33893ca
Update on "[dtensor][4/N] refactor dispatching logic and add propagator"
wanchaol a838732
Update on "[dtensor][4/N] refactor dispatching logic and add propagator"
wanchaol 1d892b6
Update on "[dtensor][4/N] refactor dispatching logic and add propagator"
wanchaol 05326d1
Update on "[dtensor][4/N] refactor dispatching logic and add propagator"
wanchaol 3bbd7c6
Update on "[dtensor][4/N] refactor dispatching logic and add propagator"
wanchaol 55d02e8
Update on "[dtensor][4/N] refactor dispatching logic and add propagator"
wanchaol b261071
Update on "[dtensor][4/N] refactor dispatching logic and add propagator"
wanchaol 1ca969c
Update on "[dtensor][4/N] refactor dispatching logic and add propagator"
wanchaol f287016
Update on "[dtensor][4/N] refactor dispatching logic and add propagator"
wanchaol 2e0ad74
Update on "[dtensor][4/N] refactor dispatching logic and add propagator"
wanchaol 64b23cc
Update on "[dtensor][4/N] refactor dispatching logic and add propagator"
wanchaol d961da8
Update on "[dtensor][4/N] refactor dispatching logic and add propagator"
wanchaol 3b2426b
Update on "[dtensor][4/N] refactor dispatching logic and add propagator"
wanchaol f4f917e
Update on "[dtensor][4/N] refactor dispatching logic and add propagator"
wanchaol 9b50e00
Update on "[dtensor][4/N] refactor dispatching logic and add propagator"
wanchaol 213b785
Update on "[dtensor][4/N] refactor dispatching logic and add propagator"
wanchaol 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
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
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.
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.
question: will this
custom_dispatch_opsbe deprecated onceregister_implis no longer needed? I assume that eventually we want to get rid ofregister_impland fully adopt propagation rules.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.
Yes we should deprecate this once we move all ops to use propagation rules