Article | REF: H1013 V1

Fully programmable graphics processors (GPU)

Authors: Daniel ETIEMBLE, David DEFOUR

Publication date: November 10, 2018, Review date: January 5, 2021

You do not have access to this resource.
Click here to request your free trial access!

Already subscribed? Log in!


Français

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...

You do not have access to this resource.

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

A Comprehensive Knowledge Base, with over 1,200 authors and 100 scientific advisors
+ More than 10,000 articles and 1,000 how-to sheets, over 800 new or updated articles every year
From design to prototyping, right through to industrialization, the reference for securing the development of your industrial projects

This article is included in

Electronics

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

Subscribe now!

Ongoing reading
Parallelism evolution