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

Wrong results from Inverse FFT #4

Closed
AntAgna opened this issue Mar 3, 2014 · 0 comments
Closed

Wrong results from Inverse FFT #4

AntAgna opened this issue Mar 3, 2014 · 0 comments
Assignees
Labels

Comments

@AntAgna
Copy link
Collaborator

AntAgna commented Mar 3, 2014

FFT transforms have recently been added to the OpenCLIPP, using the clFFT library.
Forward FFT transform works as expected

But inverse FFT results differ significantly from those obtained from Intel IPP.

Inverse FFT was tested on NVIDIA and Intel hardware and the same result was observed.
The result obtained is also the same as the one given by OpenCL OCV which also uses clFFT.
So it looks like the problem is in clFFT.

More tests should be done to narrow the problem :

  • On AMD platform
  • Using more simple values
  • Verify 1D transform
  • Create a simple test program to reproduce problem & report bug
@AntAgna AntAgna added the bug label Mar 3, 2014
@AntAgna AntAgna closed this as completed in 3a67e5d Apr 7, 2014
@AntAgna AntAgna self-assigned this Apr 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant