Iris Class#

Warning

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

Requirements#

The Gluon backend requires:

  • ROCm 7.0 or later

  • Triton commit aafec417bded34db6308f5b3d6023daefae43905 or later

Factory Function#

Prefer using the convenience factory over calling the constructor directly:

Core Methods#

Logging Helpers#

Use Iris-aware logging that automatically annotates each message with the current rank and world size. This is helpful when debugging multi-rank programs.

Broadcast Helper#

Broadcast data from a source rank to all ranks. This method automatically detects whether the value is a tensor/array or a scalar and uses the appropriate broadcast mechanism.