BSD-3-Clause licensed by Robert Clifton-Everest, Trevor L. McDonell
This version can be pinned in stack with:cufft-0.9.0.1@sha256:e5f2fce0e967d2f9873a385322d3c09c803739707726dfb5fe80cf312b2259e6,2188
Module documentation for 0.9.0.1
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.
Revision history for cufft
Notable changes to the project will be documented in this file.
The format is based on Keep a Changelog and the
project adheres to the Haskell Package Versioning
Policy (PVP)
Fixed
Changed
Fixed
Build fix for Cabal-2.2 (ghc-8.4)
0.8.0.0 - 2017-08-24
No change log recorded at this point
Stackage is a service provided by the
Haskell Foundation
│ Originally developed by
FP Complete