NonuniformFFTs v0.6.7
Fixed
- Avoid error when creating high-accuracy GPU plans. This affected plans that cannot be treated using the
:shared_memory
method (because they require large memory buffers), such as plans withComplexF64
data associated to a large kernel width (e.g.HalfSupport(8)
). Such plans can still be computed using the:global_memory
method, but this failed up to now.
Merged pull requests:
- CompatHelper: bump compat for Atomix to 1, (keep existing compat) (#48) (@github-actions[bot])