Skip to content
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

Merged
merged 66 commits into from
Dec 8, 2021
Merged

[Eager] coreops to 495 #37926

merged 66 commits into from
Dec 8, 2021

Conversation

wanghuancoder
Copy link
Contributor

@wanghuancoder wanghuancoder commented Dec 7, 2021

PR types

New features

PR changes

Others

Describe

core.eager.ops 与底层代码生成联调成功495个API的版本。剩余API将后续逐步调通。

wanghuancoder and others added 30 commits November 23, 2021 02:45
@paddle-bot-old
Copy link

paddle-bot-old bot commented Dec 7, 2021

Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

@wanghuancoder wanghuancoder changed the title Eager coreops 500 [Eager] coreops to 495 Dec 8, 2021
Copy link
Contributor

@JiabinYang JiabinYang left a 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",
Copy link
Contributor

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

暂时还不行,占略的名单中我还有些匹配不起来的,所以各自用各自的呢~

@wanghuancoder wanghuancoder merged commit aff7397 into PaddlePaddle:develop Dec 8, 2021
jim19930609 added a commit that referenced this pull request Dec 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants