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

[kernel][opencl]optimize both transpose conv and depthwise transpose conv #6912

Merged
merged 3 commits into from
Sep 16, 2021

Conversation

zhenlin-work
Copy link
Collaborator

@zhenlin-work zhenlin-work commented Sep 10, 2021

主要是对transpose conv对weights也省略了IOHW2OIHW()的调用。另外对depthwise transpose conv对weights换用了default converter来转image格式,较为紧凑,没有多余对补0,节省一点内存。

@paddle-bot-old
Copy link

Thanks for your contribution!

@zhenlin-work zhenlin-work changed the title [kernel][opencl]optimize and combine both transpose conv and depthwise transpose conv [kernel][opencl]optimize both transpose conv and depthwise transpose conv Sep 10, 2021
Copy link
Collaborator

@daming5432 daming5432 left a comment

Choose a reason for hiding this comment

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

LGTM

@zhenlin-work zhenlin-work merged commit 274dab1 into PaddlePaddle:develop Sep 16, 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.

2 participants