Skip to content

view.AtomicScope enum

← Attribute reference

Synchronization scope for atomic memory effects.

Cases

Keyword Value Description
thread 0 Current invocation or thread.
subgroup 1 Current SIMD subgroup or wave.
workgroup 2 Current workgroup or block.
device 3 Current device.
system 4 Whole system.

Used by

  • view.atomic.cmpxchg.scope
  • view.atomic.reduce.scope
  • view.atomic.rmw.scope