cusparse

FFI bindings to the CUDA Sparse BLAS library

Version on this page:0.2.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.2.0.0@sha256:b7c3eb0c35a4da19e999dfd73d1cc0de94780611f910aa3af2d1236eb2d7c381,2849

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

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.2.0.0 - 2018-10-02

Added

  • Level 3 operations from CUDA-9.2
  • Format conversion operations from CUDA-9.0
  • Precondition operations from CUDA-9.0
  • Precondition operations from CUDA-9.2

0.1.0.1 - 2018-03-12

Fixed

  • Build fix for Cabal-2.2 (ghc-8.4)

0.1.0.0 - 2017-08-24

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