Skip to content

kernel.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

  • kernel.barrier.scope