pub const MAX_UNROLL: usize = 16;
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.
UNROLL
[init; MAX_UNROLL]