Skip to content

Add CUDA FFT shift kernel

Bram Veenboer requested to merge cuda-fft-shift into master

Add CUDA FFT shift kernel.

This new kernel is used in Generic::transform, such that the grid does not have to be copied from/to the host in order to perform the shift there.

Merge request reports