cufinufft
cufinufft copied to clipboard
Nonuniform fast Fourier transforms of types 1 and 2, in 1D, 2D, and 3D, on the GPU
Hi all y'all do we have multi-gpu support for the python front-end? I.e. is there a way to inject `cudaSetDevice` (or `gpuDeviceInit`) to calls to the python front end? I...
Currently, the Dockerfiles in `ci/docker` run `make all` and rely on the user later running `python setup.py develop` to set up the Python package. While this works well for wheel...
In #31 Alex suggested adding some sanity checker checks like in test/dumbinputs in FINUFFT. Considering users will generally be integrating this software in another application, this is a great idea......
Right now, they link directly to the raw object files. Having the tests link to the library would more closely mimic end-user behavior.
This is the parameter formerly known as `ntransfcufftplan`. It currently default to `maxbatchsize=8`, but it is not clear whether this is optimal for many architectures.