@hackage / cusparse

FFI bindings to the CUDA Sparse BLAS library

Latest0.3.0.0

About

Metadata

  • Last updated , by TrevorMcDonell
  • License BSD-3-Clause
  • Categories FFI
  • Maintained by: Trevor L. McDonell <trevor.mcdonell@gmail.com>

  • Lottery factor: 0

Links

Installation

This package uses the Custom cabal build type

Readme

Haskell FFI Bindings to cuSPARSE

Travis build status AppVeyor build status Stackage LTS Stackage Nightly Hackage

The cuSPARSE library contains a set of basic linear algebra subroutines for handling sparse matrices. Sparse vectors and matrices are those where the majority of elements are zero. Sparse BLAS routines are specifically implemented to take advantage of this sparsity. This package provides FFI bindings to the functions of the cuSPARSE library. You will need to install the CUDA driver and developer toolkit:

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

http://docs.nvidia.com/cuda/cusparse/index.html