@hackage cusparse0.3.0.0
FFI bindings to the CUDA Sparse BLAS library
Categories
License
BSD-3-Clause
Maintainer
Trevor L. McDonell <trevor.mcdonell@gmail.com>
Links
Versions
Installation
CustomDependencies (4)
- base >=4 && <5
- cuda >=0.8
- half >=0.1
- storable-complex >=0.2 Show all…
Dependents (1)
@hackage/cusolver
Haskell FFI Bindings to cuSPARSE
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: