GPU: Difference between revisions
m (→Links) |
(→Links: paper) |
||
Line 28: | Line 28: | ||
== Links == | == Links == | ||
* [http://conal.net/papers/Vertigo/ Programming Graphics Processors Functionally] (PDF) | |||
* [http://chimera.labs.oreilly.com/books/1230000000929/ch06.html Parallel and Concurrent Programming in Haskell, Chapter 6. GPU Programming with Accelerate] | * [http://chimera.labs.oreilly.com/books/1230000000929/ch06.html Parallel and Concurrent Programming in Haskell, Chapter 6. GPU Programming with Accelerate] |
Latest revision as of 16:15, 26 March 2017
This article is a stub. You can help by expanding it.
Introduction
A graphics processing unit (GPU) is a processor for handling graphics data, but can be used for other types of software as well.
See also CUDA.
For more information, see the Wikipedia article.
Software
- Category GPU at Hackage
Links
- GPU Programming in Haskell (video)
- GPU programming with Accelerate (PDF slides)
- Haskell on the GPU, Game of Life (video)