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

How does this compare with cuFFT? #14

Open
cherrybajan opened this issue Dec 29, 2023 · 1 comment
Open

How does this compare with cuFFT? #14

cherrybajan opened this issue Dec 29, 2023 · 1 comment

Comments

@cherrybajan
Copy link

Hello!

Thanks for this amazing work. I was wondering how this compares with cuFFT in terms of speed. Thanks!!

@jeromeku
Copy link

@cherrybajan

torch uses cuFFT underneath the hood. See here.

If you use nsys to profile torch.fft per the reference FFT implementation in test_flashfftconv , you'll see a kernel regular_fft_r2c which corresponds to the function linked above.

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

No branches or pull requests

2 participants