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