Skip to content

kernel.KernelAsyncDirection enum

← Attribute reference

Required async copy direction.

Cases

Keyword Value Description
global_to_workgroup 0 Copy from global-like memory into workgroup/shared memory.
workgroup_to_global 1 Copy from workgroup/shared memory back to global-like memory.

Used by

  • kernel.async.copy.direction
  • kernel.async.copy.mask.direction