cusolver

FFI bindings to CUDA Solver, a LAPACK-like 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 cusolver appears in

BSD-3-Clause licensed by Trevor L. McDonell
Maintained by Trevor L. McDonell
This version can be pinned in stack with:cusolver-0.1.0.0@sha256:d5b25654c11a07ba7c2879127fc319e2b29d2ed584688721ae0082bc005c7b1d,3044

Haskell FFI Bindings to cuSolver

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

Changes

Revision history for cusolver

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. Released on an unsuspecting world.