packages feed

cublas-0.3.0.0: README.md

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

[![Build status](https://travis-ci.org/tmcdonell/cublas.svg?branch=master)](https://travis-ci.org/tmcdonell/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:

  <http://developer.nvidia.com/cuda-downloads>

  <http://docs.nvidia.com/cuda/cublas/index.html>