cufft

Haskell bindings for the CUFFT library

https://github.com/robeverest/cufft

Version on this page:0.8.0.0
LTS Haskell 19.7:0.10.0.0
Stackage Nightly 2022-03-17:0.10.0.0
Latest on Hackage:0.10.0.0

See all snapshots cufft appears in

BSD-3-Clause licensed by Robert Clifton-Everest, Trevor L. McDonell
This version can be pinned in stack with:cufft-0.8.0.0@sha256:3e834d859ec7bc82e38a95a80affc9fc9c28836be9d241f903fcd03dc60d5a93,2234

Module documentation for 0.8.0.0

Depends on 2 packages(full list with versions):
Used by 1 package in nightly-2017-10-28(full list with versions):

Haskell FFI Bindings to CUDA FFT

Build Status

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.

http://developer.nvidia.com/cuda-downloads

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.