triton.experimental.gluon.language.nvidia.hopper.tma.async_atomic_xor

triton.experimental.gluon.language.nvidia.hopper.tma.async_atomic_xor(tensor_desc, coord, src, _semantic=None)

Atomically bitwise-xor data from shared memory into global memory using TMA.

Parameters:
  • tensor_desc (tensor_descriptor) – Tensor descriptor (tiled).

  • coord (Sequence[int | ttgl.constexpr | ttgl.tensor]) – Coordinates in the destination tensor.

  • src (ttgl.shared_memory_descriptor) – Source memory descriptor.