Constant REPRODUCIBLE_INNER_PRODUCT_CHUNK_LENGTH
pub const REPRODUCIBLE_INNER_PRODUCT_CHUNK_LENGTH: usize = 1_024; // 1_024usizeDescription
Logical element count in one partial of the reproducible inner product.
This is numerical policy rather than scheduler granularity. Serial and parallel executions evaluate exactly the same partials and final fold.