-
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
[Reshard] Support create shard tensor and non-zero dim reshard #56553
Conversation
1894497
to
227a9ea
Compare
0c8316e
to
1ccfa44
Compare
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
1d19187
to
e59ea52
Compare
e59ea52
to
fd7f04d
Compare
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
return out; | ||
} | ||
|
||
void ReshardFunction::set_dist_props(DistTensor* tensor, |
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.
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改改
…ePaddle#56553) * support create shard dist tesnor * support non-zero shard to replicated * change reshard signature
PR types
New features
PR changes
Others
Description
Pcard-73145
补充Reshard模块的功能:
暴露tensor的_local_shape属性,可获取DistTensor里实际存储的物理DenseTensor的shape