-
Notifications
You must be signed in to change notification settings - Fork 825
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
Mig op arg para attr #4090
Merged
Merged
Mig op arg para attr #4090
Conversation
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
…mig_py_cfg_sbp
…mig_py_cfg_sbp
… into mig_py_cfg_sbp
…mig_op_arg_para_attr Conflicts: oneflow/api/python/deprecated.cpp oneflow/python/framework/op_arg_util.py
…mig_op_arg_para_attr
lixinqi
reviewed
Jan 8, 2021
lixinqi
reviewed
Jan 8, 2021
lixinqi
reviewed
Jan 8, 2021
lixinqi
approved these changes
Jan 8, 2021
leaves-zwx
reviewed
Jan 9, 2021
@@ -15,6 +15,7 @@ import "oneflow/core/graph/boxing/collective_boxing.proto"; | |||
import "oneflow/core/job/initializer_conf.proto"; | |||
import "oneflow/core/job/regularizer_conf.proto"; | |||
import "oneflow/core/job/learning_rate_schedule_conf.proto"; | |||
import "oneflow/core/operator/inter_face_blob_conf.proto"; |
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.
interface 是一个单词吧?
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更新
liujuncheng
pushed a commit
that referenced
this pull request
Jun 3, 2021
* GetPhysicalOpArgBlobAttr * cfg hash * fix bug * cfg::SbpParallel typed OpArgParallelAttribute.sbp_parallel * cfg::OptMirroredParallel typed OpArgParallelAttribute.opt_mirrored_parallel * rename PyLazyConsistentBlob and PyLazyMirroredBlob * fix EagerConsistentBlob bug of property parallel_size * use static_cast * del redefine hash * mig_op_arg_para_attr * mig DumpToInterfaceBlobConf * fix bug * fix inter_face_blob_conf.proto * replace None with oneflow_api.INVALID_BATCH_AXIS * mig OpArgBlobAttribute * make of_format * add comment * optimize * make of_format * optimize operator== * fix bug Co-authored-by: lixinqi <lixinqi0703106@163.com> Former-commit-id: 41138a5
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.
迁移OpArgParallelAttribute