flatironinstitute / cufinufft

Nonuniform fast Fourier transforms of types 1 and 2, in 1D, 2D, and 3D, on the GPU
Other
83 stars 18 forks source link

[cufinufft] modeord parameter #158

Closed Sebastian-Belkner closed 3 months ago

Sebastian-Belkner commented 3 months ago

I am trying to run cufnifft.nufft2d2() with modeord parameter, but paramater isn't recognized.

opts suggests it should exit, cufinufft.Plan suggests it doesn't.

Is the reason this is not implemented due to the GPU implementation needing one specific order or is the parameters just not piped through? (FFTshifting in my pipeline uses 20% of computation time, would be really great if modeord was a thing)

Sebastian-Belkner commented 3 months ago

Moving this question to github/finufft

Sebastian-Belkner commented 3 months ago

.