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
Introduce small hardware delay before first send/write. (#1400)
Summary:
Pull Request resolved: #1400
Testing on different internal infra, found that despite hardware Ready-To-Send state, hardware needs some time to settle. looking at NCCL/other comms libraries, a suggested latency is around 2ms; so make sure rts from software was a minimum of 2ms before first transaction; seems to resolve issue.
buck run //monarch/python/tests:rdma_load_test -- --device cpu --operation write --iterations 10 --size 512
Reviewed By: casteryh
Differential Revision: D83710723
fbshipit-source-id: 72d7648c37731fbdd7247d0e21a70316ea6e3549
0 commit comments