Difference between revisions of "CUDA"

From HaskellWiki
Jump to navigation Jump to search
(Initial page)
 
(Added categories)
Line 17: Line 17:
   
 
* [http://www.haskell.org/pipermail/haskell-cafe/2013-March/107292.html install cuda], a Haskell-Café thread about installing cuda on Windows
 
* [http://www.haskell.org/pipermail/haskell-cafe/2013-March/107292.html install cuda], a Haskell-Café thread about installing cuda on Windows
  +
  +
  +
[[Category:Libraries]]
  +
[[Category:Packages]]
  +
[[Category:Parallel]]
  +
[[Category:Concurrency]]

Revision as of 17:51, 1 April 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