-
Notifications
You must be signed in to change notification settings - Fork 5.7k
[Fleet Executor] Export task node #37509
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
Conversation
Thanks for your contribution! |
|
||
namespace paddle { | ||
namespace framework { | ||
class OperatorBase; | ||
} | ||
namespace distributed { | ||
|
||
class TaskNodeDesc final { |
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.
这个和TaskNode有啥区别,为啥感觉可以直接用TaskNode😳
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.
没必要没必要,想多了,合一起了。
519647d
to
3d11462
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
PR types
New features
PR changes
Others
Describe
新增TaskNodeDesc,用于自动并行上游向执行器传递任务信息。