cusparse: FFI bindings to the CUDA Sparse BLAS library

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

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]

Properties

Versions 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.3.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..2018]. Trevor L. McDonell <trevor.mcdonell@gmail.com>
Author Trevor L. McDonell
Maintainer Trevor L. McDonell <trevor.mcdonell@gmail.com>
Category Foreign
Source repo head: git clone https://github.com/tmcdonell/cusparse
this: git clone https://github.com/tmcdonell/cusparse(tag v0.3.0.0)
Uploaded by TrevorMcDonell at 2020-08-26T10:10:59Z

Modules

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for cusparse-0.3.0.0

[back to package description]

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