An open API service indexing awesome lists of open source software.

https://github.com/tmcdonell/cusolver

Haskell FFI bindings to CUDA Solver, a LAPACK-like library
https://github.com/tmcdonell/cusolver

Last synced: 8 months ago
JSON representation

Haskell FFI bindings to CUDA Solver, a LAPACK-like library

Awesome Lists containing this project

README

          

Haskell FFI Bindings to cuSolver
================================

[![Travis build status](https://img.shields.io/travis/tmcdonell/cusolver/master.svg?label=linux)](https://travis-ci.org/tmcdonell/cusolver)
[![AppVeyor build status](https://img.shields.io/appveyor/ci/tmcdonell/cusolver/master.svg?label=windows)](https://ci.appveyor.com/project/tmcdonell/cusolver)
[![Stackage LTS](https://stackage.org/package/cusolver/badge/lts)](https://stackage.org/lts/package/cusolver)
[![Stackage Nightly](https://stackage.org/package/cusolver/badge/nightly)](https://stackage.org/nightly/package/cusolver)
[![Hackage](https://img.shields.io/hackage/v/cusolver.svg)](https://hackage.haskell.org/package/cusolver)

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: