cufft

This library contains FFI bindings to the CUFFT library, which provides highly optimised, FFTW compatible, Fast-Fourier Transform (FFT) implementations for NVIDIA GPUs. The cuFFT library is part of the CUDA developer toolkit. http://developer.nvidia.com/cuda-downloads See the travis-ci.org build matrix for tested CUDA library versions.

BSD-3-CLAUSE License

Downloads
10.5K
Stars
8
Committers
5

Haskell FFI Bindings to CUDA FFT

The cuFFT library provides high performance implementations of Fast Fourier Transform (FFT) operations on NVIDIA GPUs. This is a collection of bindings to allow you to call those functions from Haskell. You will need to install the CUDA driver and developer toolkit.

https://developer.nvidia.com/cuda-toolkit

The configure script will look for your CUDA installation in the standard places, and if the nvcc compiler is found in your PATH, relative to that.