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

remove the send/recv of tensor size #31460

Merged
merged 5 commits into from
Mar 10, 2021

Conversation

sandyhouse
Copy link

@sandyhouse sandyhouse commented Mar 7, 2021

PR types

Performance optimization

PR changes

OPs

Describe

Remove the send/recv of tensor size in send/recv op to improve performance, but users have to specify tensor size explicitly.

@paddle-bot-old
Copy link

paddle-bot-old bot commented Mar 7, 2021

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

Copy link
Contributor

@wangxicoding wangxicoding left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -117,7 +117,10 @@ message AsyncConfig {
optional int32 lr_decay_steps = 11 [ default = 10 ];
}

message PipelineConfig { optional int32 micro_batch = 1 [ default = 1 ]; }
message PipelineConfig {
optional int32 micro_batch_size = 1 [ default = 1 ];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

接口部分变化。属于不兼容升级,后续文档需要说明

@sandyhouse sandyhouse merged commit 0205e9f into PaddlePaddle:develop Mar 10, 2021
@sandyhouse sandyhouse deleted the reformat_recv branch March 8, 2022 09:58
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.

2 participants