For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /max/get-started.md).
Mojo module
reductions
comptime valuesβ
loggerβ
comptime logger = Logger(stdout, prefix=String(""), source_location=False)
Structsβ
- β
ApplyQKRMSNorm: Fused per-element QK-RMSNorm apply for two operands Q and K. - β
ArgMax: - β
ArgMin: - β
ArgNonZero: - β
ArgSort: - β
BottomK: - β
CumSum: - β
LayerNorm: - β
LogSoftmax: - β
Mean: - β
ReduceAdd: - β
ReduceGroupNorm: - β
ReduceMax: - β
ReduceMin: - β
ReduceMinAndMax: - β
ReduceMul: - β
ReduceRMSNorm: - β
ReduceRMSNormFusedResidualAdd: - β
ReduceRMSNormRoPE: Fuses RMS normalization and Rotary Position Embedding (RoPE) into one operation. - β
RowMeanOfSquares: Per-row mean of squares over the last axis, accumulated in float32. - β
RowMeanOfSquaresQK: Fused per-row mean of squares for two operands Q and K. - β
Softmax: - β
TopK:
Functionsβ
- β
arg_nonzero_shape: - β
bottom_k_shape: - β
composite_rms_norm_fused_residual_add_shape: - β
composite_rms_norm_rope_shape: - β
reduce_add_shape: - β
reduce_group_norm_shape: - β
reduce_layer_norm_shape: - β
reduce_max_shape: - β
reduce_mean_shape: - β
reduce_min_shape: - β
reduce_mul_shape: - β
reduce_reduce_min_and_max_shape: - β
reduce_rms_norm_shape: - β
reduce_row_mean_of_squares_qk_shape: - β
reduce_row_mean_of_squares_shape: - β
top_k_shape:
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!