Skip to content
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

Merged
merged 10 commits into from
Oct 13, 2021

Conversation

GuoxiaWang
Copy link
Contributor

@GuoxiaWang GuoxiaWang commented Sep 24, 2021

PR types

New features

PR changes

Others

Describe

support auto parallel data shard

@paddle-bot-old
Copy link

Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

@@ -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)

Copy link
Contributor

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.

@GuoxiaWang GuoxiaWang changed the title [WIP] support auto parallel data shard support auto parallel data shard Oct 12, 2021
Copy link
Contributor

@XieYunshen XieYunshen left a 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)

@sandyhouse sandyhouse merged commit 85bb1a8 into PaddlePaddle:develop Oct 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants