-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Add raw program meta optimizer #32597
Add raw program meta optimizer #32597
Conversation
Thanks for your contribution! |
… add_without_graph_optimizer
continue | ||
|
||
block.append_op( | ||
type='c_broadcast', |
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.
前面没有 wait calc stream
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.
这个地方不需要添加,原因是c_broadcast操作添加在通信组创建之后,前面的计算操作均已经完成。
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
* add raw program, test=develop
PR types
New features
PR changes
Others
Describe
Add raw program meta optimizer which run executor (Executor) using program other than parallel executor (PE)
How to use: