CUDA: Difference between revisions
(Initial page) |
|||
(One intermediate revision by the same user not shown) | |||
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]] |
Latest revision as of 23:45, 30 October 2014
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