Device Functions#

Warning

The Gluon API is experimental and may undergo breaking changes in future releases.

Device-side functions provided by Iris Gluon for remote memory operations and atomics. These methods are part of the IrisDeviceCtx aggregate used within Gluon kernels.

Initialization#

initialize#

Memory transfer operations#

load#

store#

copy#

get#

put#

Atomic operations#

atomic_add#

atomic_sub#

atomic_cas#

atomic_xchg#

atomic_xor#

atomic_and#

atomic_or#

atomic_min#

atomic_max#