cufft: Haskell bindings for the CUFFT library

[ bsd3, foreign, library ] [ Propose Tags ]

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.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.1.0, 0.1.2.0, 0.1.2.1, 0.1.2.2, 0.7.5.0, 0.8.0.0, 0.9.0.0, 0.9.0.1, 0.10.0.0
Dependencies base (>=4 && <5), cuda (>=0.6.6) [details]
License BSD-3-Clause
Author Robert Clifton-Everest, Trevor L. McDonell
Maintainer Robert Clifton-Everest <robertce@cse.unsw.edu.au>
Category Foreign
Home page https://github.com/robeverest/cufft
Bug tracker https://github.com/robeverest/cufft/issues
Source repo head: git clone https://github.com/robeverest/cufft
this: git clone https://github.com/robeverest/cufft(tag 0.8.0.0)
Uploaded by TrevorMcDonell at 2017-08-24T13:27:01Z
Distributions
Reverse Dependencies 3 direct, 1 indirect [details]
Downloads 10381 total (45 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for cufft-0.8.0.0

[back to package description]

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.