NonuniformFFTs v0.6.1
Fixed
- Fix type-2 transforms on the GPU when performing multiple transforms at once (
ntransforms > 1
) and whengpu_method = :shared_memory
(which is not currently the default).
Merged pull requests:
- Fix type-2 GPU shared memory with ntransforms > 1 (#43) (@jipolanco)