https://github.com/tmcdonell/cusparse
Haskell FFI bindings to CUDA Sparse BLAS library
https://github.com/tmcdonell/cusparse
Last synced: 9 months ago
JSON representation
Haskell FFI bindings to CUDA Sparse BLAS library
- Host: GitHub
- URL: https://github.com/tmcdonell/cusparse
- Owner: tmcdonell
- License: bsd-3-clause
- Created: 2017-08-10T12:27:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-08-26T12:04:14.000Z (almost 6 years ago)
- Last Synced: 2025-09-01T18:50:07.980Z (10 months ago)
- Language: Haskell
- Size: 110 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Haskell FFI Bindings to cuSPARSE
================================
[](https://travis-ci.org/tmcdonell/cusparse)
[](https://ci.appveyor.com/project/tmcdonell/cusparse)
[](https://stackage.org/lts/package/cusparse)
[](https://stackage.org/nightly/package/cusparse)
[](https://hackage.haskell.org/package/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: