cusolver

FFI bindings to CUDA Solver, a LAPACK-like library

Version on this page:0.1.0.1
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.1@sha256:b8582f66feecb01ae664f4f28a22db75d47f54cc0e21c59f69ac2c9067e04712,3083

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

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.1 - 2018-03-12

Fixed

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

0.1.0.0 - 2017-08-24

  • First version. Released on an unsuspecting world.