The building block of modern GPUs. The same instruction is performed on many data elements simultaneously. At the core is the SIMD unit — Single Instruction, Multiple Data. The SIMD unit is an array of ALUs controlled by a single instruction pointer.

In short: one instruction, many ALUs working together.

📖 Further details: link