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
distributed
Registers distributed and multi-GPU collective graph ops backed by the comm and shmem kernels.
comptime values
logger
comptime logger = Logger(stdout, prefix=String(""), source_location=False)
Structs
-
DistributedAllGather: Registers themo.distributed.allgathergraph op with the graph compiler. -
DistributedAllGatherRMSNorm: Registers themo.composite.distributed.allgather_rms_normgraph op with the graph compiler. -
DistributedAllReduceAddRMSNormQuantFP8: Registers themo.composite.distributed.allreduce_add_rms_norm_quant_fp8graph op with the graph compiler. -
DistributedAllReduceSum: Registers themo.distributed.allreduce.sumgraph op with the graph compiler. -
DistributedBroadcast: Distributed broadcast: copy tensor from root GPU to all GPUs. -
DistributedMatmulReduceScatterSum: Registers themo.composite.distributed.matmul_reduce_scatter.sumgraph op with the graph compiler. -
DistributedReduceScatterRMSNorm: Registers themo.composite.distributed.reduce_scatter_rms_normgraph op with the graph compiler. -
DistributedReduceScatterSum: Registers themo.distributed.reducescatter.sumgraph op with the graph compiler. -
DistributedScatter: Distributed scatter: send different chunks to different device groups. -
LamportAllreduceRMSNorm: Per-rank fused Lamport allreduce + RMSNorm (high-perf protocol).