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!
Already subscribed? Log in!
Parallelism evolution
Article included in this offer
"Electronics"
(
262 articles
)
Updated and enriched with articles validated by our scientific committees
A set of exclusive tools to complement the resources
Bibliography
Exclusive to subscribers. 97% yet to be discovered!
Already subscribed? Log in!