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

fix im2col on X86, fix opt and interpolate on ARM. #7365

Merged
merged 7 commits into from
Oct 22, 2021

Conversation

mjp9527
Copy link
Collaborator

@mjp9527 mjp9527 commented Oct 21, 2021

[x86]fix im2col when input shape is too big to express by int.
[arm]fix interpolate scale error, fix opt not find depthwise_conv_transpose.

* [X86] Add GRU for RNN, complete elementwise op, move cast from arm to host, fix precision_profile bug

* pre-commit

* [ARM] add RNN-GRU OP; Optimize RNN-GRU OP

* fix complie bug

* fix elementwise left problem

* merge develop

* fix windows ci

* change arm cast test to host cast test
…ress) (#7300)

* [x86] fix im2col when datasize > 2^31 (the max value that int can express)

* fix windows ci
@paddle-bot-old
Copy link

Thanks for your contribution!

Copy link
Collaborator

@chenjiaoAngel chenjiaoAngel left a comment

Choose a reason for hiding this comment

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

LGTM

@chenjiaoAngel chenjiaoAngel merged commit 87afaaf into PaddlePaddle:release/v2.10 Oct 22, 2021
@mjp9527 mjp9527 deleted the re_v210 branch November 28, 2022 12:06
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