Skip to content

Commit

Permalink
add overlap p2p (#61935)
Browse files Browse the repository at this point in the history
  • Loading branch information
ForFishes committed Feb 25, 2024
1 parent 7efc523 commit e213188
Show file tree
Hide file tree
Showing 3 changed files with 516 additions and 204 deletions.
1 change: 1 addition & 0 deletions paddle/fluid/framework/distributed_strategy.proto
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ message PpConfig {
optional bool sharding_comm_overlap = 4 [ default = false ];
optional bool profiling = 5 [ default = false ];
optional bool release_gradients = 6 [ default = false ];
optional bool overlap_p2p_comm = 7 [default = false];
}

message DygraphShardingConfig {
Expand Down
Loading

0 comments on commit e213188

Please sign in to comment.