cusolver: FFI bindings to CUDA Solver, a LAPACK-like library
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
- Packages relying on Cabal 1.12 or later should specify a specific version of the Cabal spec of the form 'cabal-version: x.y'. Use 'cabal-version: 1.24'.
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]
Properties
Versions | 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.3.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), template-haskell [details] |
License | BSD-3-Clause |
Copyright | Copyright (c) [2017..2018]. Trevor L. McDonell <trevor.mcdonell@gmail.com> |
Author | Trevor L. McDonell <trevor.mcdonell@gmail.com> |
Maintainer | Trevor L. McDonell <trevor.mcdonell@gmail.com> |
Category | Foreign |
Source repo | head: git clone https://github.com/tmcdonell/cusolver this: git clone https://github.com/tmcdonell/cusolver(tag v0.3.0.0) |
Uploaded | by TrevorMcDonell at 2020-08-26T10:24:18Z |
Modules
- Foreign
- CUDA
- Solver
- Foreign.CUDA.Solver.Dense
- Foreign.CUDA.Solver.Dense.Context
- Foreign.CUDA.Solver.Dense.Eigenvalue
- Foreign.CUDA.Solver.Dense.Linear
- Foreign.CUDA.Solver.Dense.Stream
- Foreign.CUDA.Solver.Error
- Foreign.CUDA.Solver.Sparse
- Foreign.CUDA.Solver.Sparse.Analysis
- Foreign.CUDA.Solver.Sparse.Context
- Foreign.CUDA.Solver.Sparse.High
- Foreign.CUDA.Solver.Sparse.Low
- Foreign.CUDA.Solver.Sparse.Stream
- Foreign.CUDA.Solver.Dense
- Solver
- CUDA
Downloads
- cusolver-0.3.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees