Quiz 30 Question 5 of 20

In the NVIDIA CUDA programming model, developers write parallel kernels executed by thousands of threads. If you need a group of threads to cooperate, share data locally with low latency, and synchronize their execution points using the __syncthreads() primitive, which CUDA organization unit must you use?

Select an answer to reveal the explanation.

Motivation