Thread block (CUDA programming)
A thread block is a programming abstraction that represents a group of threads that can be executed serially or in parallel. For better process and data mapping, threads are grouped into thread blocks.
Source: Wikipedia — Thread block (CUDA programming) (CC BY-SA 4.0)