pub fn max_reduce_dispatch(data: &[f32]) -> f32
Find the maximum value in data. Returns f32::NEG_INFINITY for empty slices.
data
f32::NEG_INFINITY