Follow-up to #5616: explore overlapping DP-inner and DP-outer communication in MFSDP v2.
The two communications use different network domains, and early experience suggests that overlapping them could reduce latency significantly. The implementation should follow the runtime scheduling model in megatron/core/distributed/fsdp/src/docs/runtime_schedule.md.
We should first measure the benefit and use those results to guide the implementation and scheduling design.
Follow-up to #5616: explore overlapping DP-inner and DP-outer communication in MFSDP v2.
The two communications use different network domains, and early experience suggests that overlapping them could reduce latency significantly. The implementation should follow the runtime scheduling model in
megatron/core/distributed/fsdp/src/docs/runtime_schedule.md.We should first measure the benefit and use those results to guide the implementation and scheduling design.