Skip to main content

MAX_UNROLL

Constant MAX_UNROLL 

Source
pub const MAX_UNROLL: usize = 16;
Expand description

Upper bound on a backend’s UNROLL: the most independent accumulator chains any reduction unrolls to. Sizes the fixed [init; MAX_UNROLL] chain array, so a backend’s UNROLL must not exceed it.