cufinufft
cufinufft copied to clipboard
Nonuniform fast Fourier transforms of types 1 and 2, in 1D, 2D, and 3D, on the GPU
Hello, Are you aware of any attempts to hipify this library on AMD GPUS using HIP? Cristian
We currently constrain ourselves to 49k of shmem -- AFAIK this is a constraint that is not really applicable anymore. We should experiment with changing this. Noted at #156
Just lodging the request that we build some MATLAB/octave wrappers some day soon. Calling this from MATLAB would be really cool, as a drop-in replacement for FINUFFT.
For a project, we require a type 3 transform on GPU. Since this feature is still missing, I've implemented it for the 3D case. This was mainly done by porting...
Building the latest master with the compilers below gave an error regarding a missing header. Reporting this for posterity; already worked around. One line fix is below. ``` nvcc -DSINGLE...
Hmm, having to PR to master is annoying for docs :)
This is work in progress branch to add support for AMD GPUs via [HIP](https://rocmdocs.amd.com/en/latest/Programming_Guides/HIP-GUIDE.html), a very nearly CUDA-compatible API by AMD. While this isn't ready to go yet, it's far...
Hi, I was wondering if cuFINUFFT is platform neutral. If not, do you plan to develop a Windows version? Thanks, Yuan
Hello, I encountered the issue, when I select a gpu_spreadinterponly (I want to only interpolate, I do not need the FFT at this moment). I use this simple code to...
Hi all, Thank you very much for everyone's work on this library. What would be required to implement the upsampling ratio sigma of 1.25 in a similar way to the...