Skip to main content

gpu_dot_product

Function gpu_dot_product 

Source
pub fn gpu_dot_product(a: &[f64], b: &[f64]) -> f64
Expand description

Parallel reduction dot product: a · b.

Both slices must have the same length.