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 function
reduce_max
def reduce_max[dtype: DType, InputFn: def[width: Int, alignment: Int, rank: Int](IndexList[rank]) -> SIMD[dtype, width] & RegisterPassable & ImplicitlyCopyable, OutputFn: def[width: SIMDLength, rank: Int](IndexList[rank], SIMD[dtype, width]) -> None & RegisterPassable & ImplicitlyCopyable, /, target: StringSpan[ImmStaticOrigin], *, reduce_dim: Int](input_fn: InputFn, output_fn: OutputFn, input_shape: Coord, context: Optional[DeviceContext] = None) where (eq InputFn.dtype, dtype) where (eq OutputFn.dtype, dtype)