Hover over the physical hardware components to see how memory and execution units are structured.
Welcome to the hardware-level view of the GPU!
While the previous diagram showed the logical grouping of threads, this diagram shows the actual physical hardware that runs them.
The physical layout of memory heavily dictates performance. Closer memory (Registers) is faster but scarce; distant memory (Device Memory) is vast but slow.