Slide 17
Slide 17 text
GRIDS, BLOCKS, WARPS, AND
THREADS
• Grid: Entire 1D, 2D, or 3D block
of threads to execute
• Block: Sub-domain of grid that
can be loaded into a single SM
• Thread: Kernel is executed
once per thread
• Warp: A bundle of threads
scheduled together
Thursday, 7 February 13