Popularity
5.7
Declining
Activity
0.0
Stable
7
4
4

Monthly Downloads: 6
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Foreign    
Latest version: v0.9.0.1

cufft alternatives and similar packages

Based on the "Foreign" category.
Alternatively, view cufft alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of cufft or a related project?

Add another 'Foreign' Package

README

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.