-
Notifications
You must be signed in to change notification settings - Fork 85
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
Comparison with clFFT (performance) #114
Comments
I did a few preliminary comparison myself, using double, complex transform, FFT sizes 2^9, 2^18, 2^21, and in all cases clFFT was much faster. I think improving performance, to achieve at least parity with clFFT is paramount. |
Thanks for your comment, yes we are working to get there! |
Three years later, did rocFFT reach performance parity with clFFT? |
Yes, for some of the cases! And faster for some of non-power-of-2 cases. |
This is a documentation request:
could you please publish a performance comparison with clFFT.
The text was updated successfully, but these errors were encountered: