pub fn for_each_chunk_init<S, I, F>(
output: &mut [f32],
chunk_len: usize,
work_per_chunk: usize,
init: I,
f: F,
)Expand description
Chunk-parallel sibling of for_each_row; chunks are never split.
pub fn for_each_chunk_init<S, I, F>(
output: &mut [f32],
chunk_len: usize,
work_per_chunk: usize,
init: I,
f: F,
)Chunk-parallel sibling of for_each_row; chunks are never split.