Skip to content

v0.6.7

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Nov 13:46
· 10 commits to master since this release

NonuniformFFTs v0.6.7

Diff since v0.6.6

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 with ComplexF64 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])