Skip to main content

gpu_min

Function gpu_min 

Source
pub fn gpu_min(data: &[f64]) -> f64
Expand description

Compute the minimum element in a slice (parallel reduction mock).

Returns f64::INFINITY for an empty slice.