v0.6.4
NonuniformFFTs v0.6.4
Changed
- Avoid large GPU allocation in type-2 transforms when using the CUDA backend. The allocation was due to CUDA.jl creating a copy of the input in complex-to-real FFTs (see CUDA.jl#2249).
Merged pull requests:
- Avoid GPU allocation in CUDA type-2 NUFFTs (#45) (@jipolanco)