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
enable worker slice reshaping in controller to avoid hot node in message casting
Summary: Perf test revealed that a casting node with large fanout could still hit the single thread bottleneck. Recently, we introduced slice reshaping to allow us to decouple mesh Slice and distribution Slice. This is verified in the perf test. This diff enables reshaping in controller.
Reviewed By: highker
Differential Revision: D74748665
fbshipit-source-id: 5b0283f9ae8a6e40faebbd2296bf097f1ba6352d
0 commit comments