Scalable parallel programming with CUDA
β Scribed by Nickolls, John; Buck, Ian; Garland, Michael; Skadron, Kevin
- Book ID
- 121300444
- Publisher
- Association for Computing Machinery
- Year
- 2008
- Tongue
- English
- Weight
- 761 KB
- Volume
- 6
- Category
- Article
- ISSN
- 1542-7730
No coin nor oath required. For personal study only.
π SIMILAR VOLUMES
Parallel logic programming (PLP) systems are sophisticated examples of symbolic computing systems. PLP systems address problems such as allocating dynamic memory, scheduling irregular computations, and managing different types of implicit parallelism. Most PLP systems have been developed for busbase
## Abstract OpenMP offers a highβlevel interface for parallel programming on scalable shared memory (SMP) architectures. It provides the user with simple workβsharing directives while it relies on the compiler to generate parallel programs based on thread parallelism. However, the lack of language