Skip to content

Unify the sizes of FFT grids for cufft and clfft, as clfft now supports the same sizes as cufft.

Nicolas Tancogne-Dejean requested to merge fix_clfft_size into main

Description

Unify the sizes of FFT grids for cufft and clfft, as clfft now supports the same sizes as cufft.

News snippet

Minor change to the interface with clfft.

Checklist

  • I have checked that my code follows the Octopus coding standards
  • I have added tests for all the new features added in this request.

Merge request reports