cusolver: FFI bindings to CUDA Solver, a LAPACK-like library

[ bsd3, foreign, library ] [ Propose Tags ]

The cuSolver library provides useful LAPACK-like features implemented on NVIDIA GPUs, such as common matrix factorization and triangular solve routines for dense matrices, a sparse least-squares solver routine, and an eigenvalue solver. This package provides FFI bindings to the functions of the cuSolver 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]

Downloads

Maintainer's Corner

Package maintainers

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), cublas (>=0.3), cuda (>=0.8), cusparse (>=0.1), 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/cusolver
this: git clone https://github.com/tmcdonell/cusolver(tag 0.1.0.1)
Uploaded by TrevorMcDonell at 2018-03-12T11:49:35Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2106 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for cusolver-0.1.0.1

[back to package description]

Haskell FFI Bindings to cuSolver

Travis build status AppVeyor build status Stackage LTS Stackage Nightly Hackage

The cuSolver library provides useful LAPACK-like features implemented on NVIDIA GPUs, such as common matrix factorization and triangular solve routines for dense matrices, a sparse least-squares solver routine, and an eigenvalue solver. This package provides FFI bindings to the functions of the cuSolver library. You will need to install the CUDA driver and developer toolkit:

http://developer.nvidia.com/cuda-downloads

http://docs.nvidia.com/cuda/cusolver/index.html