cusparse: FFI bindings to the CUDA Sparse BLAS library
The cuSPARSE library contains a set of basic linear algebra subroutines for handling sparse matrices on NVIDIA GPUs. 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
See the travis-ci.org build matrix for tested CUDA library versions.
[Skip to Readme]
Modules
[Index]
- Foreign
- CUDA
- BLAS
- Foreign.CUDA.BLAS.Sparse
- Foreign.CUDA.BLAS.Sparse.Analysis
- Foreign.CUDA.BLAS.Sparse.Context
- Foreign.CUDA.BLAS.Sparse.Convert
- Foreign.CUDA.BLAS.Sparse.Error
- Foreign.CUDA.BLAS.Sparse.Level1
- Foreign.CUDA.BLAS.Sparse.Level2
- Foreign.CUDA.BLAS.Sparse.Level3
- Matrix
- Foreign.CUDA.BLAS.Sparse.Precondition
- Foreign.CUDA.BLAS.Sparse.Reorder
- Foreign.CUDA.BLAS.Sparse.Stream
- Foreign.CUDA.BLAS.Sparse
- BLAS
- CUDA
Downloads
- cusparse-0.1.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.3.0.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4 && <5), cuda (>=0.8), half (>=0.1), storable-complex (>=0.2) [details] |
License | BSD-3-Clause |
Copyright | Copyright (c) [2017]. Trevor L. McDonell <tmcdonell@cse.unsw.edu.au> |
Author | Trevor L. McDonell |
Maintainer | Trevor L. McDonell <tmcdonell@cse.unsw.edu.au> |
Category | Foreign |
Source repo | head: git clone https://github.com/tmcdonell/cusparse this: git clone https://github.com/tmcdonell/cusparse(tag 0.1.0.1) |
Uploaded | by TrevorMcDonell at 2018-03-12T10:14:00Z |
Distributions | |
Reverse Dependencies | 1 direct, 1 indirect [details] |
Downloads | 2442 total (5 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user [build log] All reported builds failed as of 2018-03-12 [all 1 reports] |