Difference between revisions of "CUDA"

From HaskellWiki
Jump to navigation Jump to search
(Initial page)
(No difference)

Revision as of 22:22, 31 March 2013

This article is a stub. You can help by expanding it.

Introduction

From Wikipedia: CUDA (formerly Compute Unified Device Architecture) is a parallel computing platform and programming model created by NVIDIA and implemented by the graphics processing units (GPUs) that they produce.


The cuda package

The CUDA library provides a direct, general purpose C-like SPMD programming model for NVIDIA graphics cards (G8x series onwards). This is a collection of bindings to allow you to call and control, although not write, such functions from Haskell-land. You will need to install the CUDA driver and developer toolkit.


Links

  • install cuda, a Haskell-Café thread about installing cuda on Windows