Atomics Instructions
2 AMDGPU instructions in this category - click any row for encoding, pseudocode, and full documentation.
| Mnemonic | Syntax | Format | Summary |
|---|---|---|---|
| ds_add_u32 | ds_add_u32 ADDR, DATA, offset | DS | Atomically add a per-lane value to an LDS location. |
| global_atomic_add | global_atomic_add VDST, VADDR, VDATA, SADDR | GLOBAL | Atomically add a per-lane value to a global-memory location. |