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

Benchmark radix2 FFT to determine performance overhead at small size #172

Closed
Pratyush opened this issue Jan 9, 2021 · 0 comments · Fixed by #173
Closed

Benchmark radix2 FFT to determine performance overhead at small size #172

Pratyush opened this issue Jan 9, 2021 · 0 comments · Fixed by #173

Comments

@Pratyush
Copy link
Member

Pratyush commented Jan 9, 2021

We should benchmark the current behaviour of radix2 FFTs at small sizes (rayon's with_min_len) against just hardcoding the while loop for small sizes to use iter instead of cfg_iter.

Originally posted by @ValarDragon in #171 (comment)

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 a pull request may close this issue.

1 participant