pub fn gpu_max(data: &[f64]) -> f64
Compute the maximum element in a slice (parallel reduction mock).
Returns f64::NEG_INFINITY for an empty slice.
f64::NEG_INFINITY