GPU project at Matsuoka lab, including high performance numerical libraries for GPUs.
- NUFFT library
This is a prototype software that provide a high performance 3-D FFT on NVIDIA CUDA capable GPUs. Currently the library only supports complex-to-complex, 256x256x256 transform in single precision. The output data are not scaled, and the interfaces are similar to those of NVIDIA CUFFT library, but the output data of the NUFFT library always overwrite the input data.
- nufft.tar.gz