SIMT execution model
Tag: simt
Aliases: SIMT, Single Instruction Multiple Threads
GPU execution model where the programmer writes scalar per-thread code and the hardware groups threads into warps, executing one instruction across all lanes with predication for divergent control flow.
No references yet.