Function halo2_backend::arithmetic::parallelize
source ยท pub fn parallelize<T: Send, F: Fn(&mut [T], usize) + Send + Sync + Clone>(
v: &mut [T],
f: F
)
Expand description
This utility function will parallelize an operation that is to be performed over a mutable slice.