6. Parallelism evolution
CUDA makes it possible to reconcile the need for hierarchical computing on the hardware side with the exploitation of parallelism on the software side. At the software level, a computational kernel is defined to run on a data set according to the SPMD (Single Program Multiple Data) model. In this model, threads are structured in a grid of thread blocks. The grid is launched on one or more GPUs, each block is supported by a Streaming Multiprocessor (SM), and the threads are supported by the compute cores that make up the SMs. Several types of scheduler are required, which has an impact on the communication and synchronization mechanisms between threads. In this section, we detail developments in these two areas.
6.1 Schedulers
Grids, blocks and threads are scheduled...
Exclusive to subscribers. 97% yet to be discovered!
You do not have access to this resource.
Click here to request your free trial access!
Already subscribed? Log in!
The Ultimate Scientific and Technical Reference
This article is included in
Software technologies and System architectures
This offer includes:
Knowledge Base
Updated and enriched with articles validated by our scientific committees
Services
A set of exclusive tools to complement the resources
Practical Path
Operational and didactic, to guarantee the acquisition of transversal skills
Doc & Quiz
Interactive articles with quizzes, for constructive reading
Parallelism evolution
Bibliography
Norms and standards
- Floating Point Converter - IEEE754 - 2008
Exclusive to subscribers. 97% yet to be discovered!
You do not have access to this resource.
Click here to request your free trial access!
Already subscribed? Log in!
The Ultimate Scientific and Technical Reference