pub fn select_strategy(ctx: &ReductionContext) -> SumStrategyExpand description
Determine the appropriate summation strategy for the given context.
§Rules (in priority order)
ExecMode::Parallel→ Binned@nogccontext → BinnedReproMode::Strict→ Binned- Linalg operation → Binned
- Otherwise → Kahan