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
[hip] Re-enable peering for compatible devices. (#20481)
#20114 disabled all peering any
time we only have a single physical device backing a logical device.
This broke our current sharded models:
#20409
Our current sharded models are not set up this way, they have multiple
logical devices backed by multiple physical devices, so every hip_device
has only a single physical device, and peering is never enabled at all
(see
#19555) for the original change to
allow this.
This change enables peering for all devices with all devices that are
compatible, which should fix our sharded models. Howewver we should at
some point update our sharding method to correctly use single logical
devices backed by multiple physical devices.
Signed-off-by: Andrew Woloszyn <[email protected]>
0 commit comments