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 fftshift/ifftshift on static mode #36748

Merged
merged 3 commits into from
Oct 27, 2021

Conversation

iclementine
Copy link

@iclementine iclementine commented Oct 26, 2021

PR types

Bug fixes

PR changes

APIs

Describe

fix fftshift/ifftshift on static mode.

fftshift/ifftshift uses roll to move frequency components, thus affected by an issue that roll does not support Tensor as input ("shifts")(which is solved in #36727)

Related PR #36727

@paddle-bot-old
Copy link

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

Copy link
Contributor

@jeff41404 jeff41404 left a comment

Choose a reason for hiding this comment

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

lgtm

@iclementine iclementine merged commit 34b6860 into PaddlePaddle:develop Oct 27, 2021
ghost pushed a commit to piotrekobi/Paddle that referenced this pull request Nov 3, 2021
* fix fftshift/ifftshift on static mode
* update roll_op version
* add more test cases for fftshift/ifftshift
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