-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
support auto parallel data shard #36055
support auto parallel data shard #36055
Conversation
Thanks for your contribution! |
@@ -1423,6 +1423,7 @@ def minimize(self, | |||
auto_parallelizer = AutoParallelizer(self) | |||
optimize_ops, params_grads, dist_startup_prog, dist_main_prog = auto_parallelizer.parallelize( | |||
loss, startup_program, parameter_list, no_grad_set) | |||
|
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.
this file has no change after reshard module merged.
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.
LGTM for set_tests_properties(test_auto_parallel_data_unshard PROPERTIES TIMEOUT 120)
PR types
New features
PR changes
Others
Describe
support auto parallel data shard