-
Notifications
You must be signed in to change notification settings - Fork 793
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
rename consistent to global #8505
Merged
Merged
Changes from 42 commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
cc1328c
rename consistent to global
Flowingsun007 57ed40e
rename consistent to global
Flowingsun007 d44cf11
rename files
Flowingsun007 e711434
rename files
Flowingsun007 a209841
merge master
Flowingsun007 07d5e17
refine
Flowingsun007 ef866fe
Merge branch 'master' into rename_consistent_to_global
Flowingsun007 21b5b27
auto format by CI
oneflow-ci-bot 11cb7e4
Merge branch 'master' into rename_consistent_to_global
Flowingsun007 c2c2d04
merge master
Flowingsun007 8ed46e7
merge master
Flowingsun007 40780dd
Merge branch 'master' into rename_consistent_to_global
Flowingsun007 71eb51f
Merge branch 'master' into rename_consistent_to_global
Flowingsun007 003dbfa
refine
Flowingsun007 1a5fc44
merge master
Flowingsun007 405d538
fix clang check
Flowingsun007 85b6925
Merge branch 'master' into rename_consistent_to_global
Flowingsun007 643ba45
fix
Flowingsun007 a881386
fix
Flowingsun007 ee1b662
fix
Flowingsun007 ca7360f
Merge branch 'master' into rename_consistent_to_global
Flowingsun007 a6d8286
Merge branch 'master' into rename_consistent_to_global
Flowingsun007 b8db91e
merge master
Flowingsun007 c6705ef
rm to_consistent docs
Flowingsun007 4d55c6d
auto format by CI
oneflow-ci-bot d049541
refine
Flowingsun007 e71876e
Merge branch 'rename_consistent_to_global' of github.com:Oneflow-Inc/…
Flowingsun007 3509ebf
Merge branch 'master' into rename_consistent_to_global
Flowingsun007 71a5fd6
fix
Flowingsun007 1ef10e4
merge master
Flowingsun007 ab2d761
fix
Flowingsun007 7bf01cc
Merge branch 'master' into rename_consistent_to_global
Flowingsun007 13e8717
revert changes
Flowingsun007 0e70ca1
Merge branch 'master' into rename_consistent_to_global
Flowingsun007 234a0dc
auto format by CI
oneflow-ci-bot 453c62d
revert changes
Flowingsun007 7af9f03
Merge branch 'rename_consistent_to_global' of github.com:Oneflow-Inc/…
Flowingsun007 1def9c8
revert changes
Flowingsun007 fbe1a19
Merge branch 'master' into rename_consistent_to_global
Flowingsun007 4269ecf
Merge branch 'master' into rename_consistent_to_global
Flowingsun007 4e147a4
Merge branch 'master' into rename_consistent_to_global
Flowingsun007 4c26020
rename
Flowingsun007 d859a2b
rename
Flowingsun007 4e7ee2e
resolve conflicts
Flowingsun007 9d0cf11
fix
Flowingsun007 4a248b5
fix clang check
Flowingsun007 69d67f0
Merge branch 'master' into rename_consistent_to_global
Flowingsun007 0d81701
Merge branch 'master' into rename_consistent_to_global
Flowingsun007 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 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 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 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 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 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 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 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 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 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 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 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.
这个代码为什么要这样写?如果为了保险一般是写
!!
吧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.
这个写法还好,逻辑上理解就是如果是 global tensor 在 ToGlobal 时就不用检察各个 local tensor 的 meta 属性,也可以。