cusparse

FFI bindings to the CUDA Sparse BLAS library

Version on this page:0.1.0.0
LTS Haskell 19.7:0.3.0.0
Stackage Nightly 2022-03-17:0.3.0.0
Latest on Hackage:0.3.0.0

See all snapshots cusparse appears in

BSD-3-Clause licensed by Trevor L. McDonell
Maintained by Trevor L. McDonell
This version can be pinned in stack with:cusparse-0.1.0.0@sha256:d79e7b54e6b653986f5ad8cd59e428bbf742373376430671da5d90176dff76c6,2808
Used by 1 package in nightly-2017-10-21(full list with versions):

Haskell FFI Bindings to cuSPARSE

Build status 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

Changes

Revision history for cusparse

Notable changes to the project will be documented in this file.

The format is based on Keep a Changelog.

0.1.0.0 - 2017-08-24

  • First version; split off from bmsherman/cublas. Released on an unsuspecting world.