-
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
[Eager] coreops to 495 #37926
[Eager] coreops to 495 #37926
Conversation
… eager_python_c_api
… eager_python_c_api
… eager_python_c_api
Thanks for your contribution! |
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, and do some change in next PR
@@ -32,8 +32,502 @@ | |||
#endif | |||
#include "paddle/fluid/pybind/op_function_generator.h" | |||
|
|||
std::set<std::string> gen_list = {"elementwise_add", "reduce_sum", "matmul_v2", |
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.
How about using the same list with eager code wrapper
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.
暂时还不行,占略的名单中我还有些匹配不起来的,所以各自用各自的呢~
This reverts commit aff7397.
PR types
New features
PR changes
Others
Describe
core.eager.ops 与底层代码生成联调成功495个API的版本。剩余API将后续逐步调通。