For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /get-started.md).
Mojo module
reducescatter
Multi-GPU reducescatter implementation for distributed tensor reduction across GPUs.
comptime values
elementwise_epilogue_type
comptime elementwise_epilogue_type = def[dtype: DType, width: SIMDLength, *, alignment: Int](Coord[**?], SIMD[dtype, width]) capturing thin -> None
Structs
-
ReduceScatterConfig: Configuration for axis-aware reduce-scatter partitioning.
Functions
-
reducescatter: Per-device reducescatter operation with axis-aware scatter.