Home Knowledge Base Thread block

Thread block is the cooperating group of GPU threads that executes on one SM and shares synchronization and local memory resources - it is the core work unit for organizing cooperation, reuse, and locality in CUDA kernels.

What Is Thread block?

Why Thread block Matters

How It Is Used in Practice

Thread block design is the building block of efficient CUDA parallelization - effective intra-block cooperation is critical for both correctness and high GPU performance.

thread blockhardware

Explore 500+ Semiconductor & AI Topics

From EUV lithography to CUDA optimization — search the full knowledge base or chat with our AI assistant.