Skip to main content

Module thread

Module thread 

Source
Expand description

Per-thread execution state. Each thread has a register file (32 x u32), four

predicate registers (p0-p3), and read-only special registers populated at dispatch time (thread/wave/workgroup IDs, dimensions, etc).

Structsยง

SpecialRegisters
Thread