CUDA: Difference between revisions
(Added categories) |
|||
(No difference)
|
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