Skip to content
Discussion options

You must be logged in to vote

I'm pretty sure that FFTW++ is not going to help here, since finufft never does full convolutions (i.e. FFT, kernel multiplication, IFFT), but only partial ones where the initial or final FFT is missing. We are taking care of skipping FFTs of purely zero vectors where possible (at the moment only with the ducc0 backend, though).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by DiamonDinoia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment