Quiz 25 Question 9 of 20

When you deploy a CUDA kernel to run on an NVIDIA GPU, the programming model must organize parallel execution units so they can scale across any number of GPU cores. What is the fundamental hierarchical structure used by CUDA to group individual execution threads together, and how are those groups further organized to execute the kernel?

Select an answer to reveal the explanation.

Motivation