You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
summa: address review comments on the 3-d batched grid
- contraction_eval: clamp the SUMMA step-task pipeline depth to my_steps()
(this rank's group's step count) instead of nsteps_. In the 3-d
(proc_h_ > 1) case my_steps() < nsteps_, so clamping to nsteps_
pre-spawned surplus step tasks that all resolved to the terminating
step (k_ == nsteps_). No-op for the 2-d path (my_slabs_ == nh_).
- cont_engine: keep proc_h_stride_ == 0 for the ungrouped 2-d case
(proc_h_ == 1), matching the field's documented invariant; only the
grouped (proc_h_ > 1) grid uses P / proc_h_.
- general_product test: correct the distributed suite header comment --
dist_inner_node_thc validates against explicit binary intermediates,
not the legacy einsum oracle.
0 commit comments