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 function
gated_group_rmsnorm_kernel
def gated_group_rmsnorm_kernel[dtype: DType, gate_dtype: DType, OutLayout: TensorLayout, YLayout: TensorLayout, GateLayout: TensorLayout, WeightLayout: TensorLayout](output: TileTensor[dtype, OutLayout, MutAnyOrigin], y: TileTensor[dtype, YLayout, ImmutAnyOrigin], gate: TileTensor[gate_dtype, GateLayout, ImmutAnyOrigin], weight: TileTensor[DType.float32, WeightLayout, ImmutAnyOrigin], n_rows: Int, num_groups: Int, group_size: Int, eps: Float32)
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!