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
Change sparse threshold in block_assign_threshold_mismatch via the serial_invoke idiom
The global (static) SparseShape<float>::threshold() must be changed
consistently on all ranks -- see the note on SparseShape::threshold and the
world.gop.serial_invoke pattern used in conversions/truncate.h. The test
changed it with bare setter calls and restored it on the happy path only.
Route every change (including the restore) through a local set_threshold
helper that gop.serial_invoke's the setter, matching the documented idiom.
0 commit comments