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

https://github.com/tmcdonell/cublas

Haskell FFI bindings to CUDA BLAS library
https://github.com/tmcdonell/cublas

Last synced: 4 months ago
JSON representation

Haskell FFI bindings to CUDA BLAS library

Awesome Lists containing this project

README

          

Haskell FFI Bindings to cuBLAS
==============================

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

The cuBLAS library is an implementation of BLAS (Basic Linear Algebra
Subprograms) for NVIDIA GPUs. This package provides FFI bindings to the
functions of the cuBLAS library. You will need to install the CUDA driver and
developer toolkit: