cufft

Haskell bindings for the CUFFT library

https://github.com/robeverest/cufft

Version on this page:0.9.0.1
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
Maintained by Trevor L. McDonell
This version can be pinned in stack with:cufft-0.9.0.1@sha256:e5f2fce0e967d2f9873a385322d3c09c803739707726dfb5fe80cf312b2259e6,2188
Depends on 2 packages(full list with versions):

Haskell FFI Bindings to CUDA FFT

Travis build status AppVeyor build status Stackage LTS Stackage Nightly Hackage

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.

Changes

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)

0.9.0.1 - 2018-10-02

Fixed

  • Build fix for ghc-8.6

0.9.0.0 - 2018-03-12

Changed

  • Updated API

Fixed

  • Build fix for Cabal-2.2 (ghc-8.4)

0.8.0.0 - 2017-08-24

  • No change log recorded at this point