CUDA Thread Execution Model3D Game Engine Programming
An in-depth look at the CUDA thread execution model and the Fermi GPU CUDA architecture. ... In the image above we see that this example grid is divided into nine thread blocks (3×3), each thread block consists of 9 threads (3×3) for a total of 81 threads...