Skip to content

[PIR][OneDNN] Add dispatch in multi build for several Op #67076

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

Merged
merged 7 commits into from
Aug 13, 2024

Conversation

zhanglirong1999
Copy link
Contributor

@zhanglirong1999 zhanglirong1999 commented Aug 6, 2024

PR Category

Operator Mechanism

PR Types

Bug fixes

Description

For 10 op, such as reshape, pool2d, sum, slice, clip... There are multiple build methods for these op. Sometime consider parameter as input sometimes as attribute. We dispatch these op in register factory to support multiple build

Copy link

paddle-bot bot commented Aug 6, 2024

你的PR提交成功,感谢你对开源项目的贡献!
请关注后续CI自动化测试结果,详情请参考Paddle-CI手册
Your PR has been submitted. Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

@paddle-bot paddle-bot bot added the contributor External developers label Aug 6, 2024
@zhanglirong1999 zhanglirong1999 force-pushed the ir_op_build branch 5 times, most recently from b325d13 to 2ca729b Compare August 8, 2024 05:55
@yuanlehome yuanlehome merged commit 8ee29e7 into PaddlePaddle:develop Aug 13, 2024
31 checks passed
Jeff114514 pushed a commit to Jeff114514/Paddle that referenced this pull request Aug 14, 2024
…e#67076)

* Add dispatch for multi build

* modify dtype

* add sum condition

* remove sum

* add mldnn data type for sum

* remove sum op mkldnn

* add reshape build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor External developers Intel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants