facebookincubator / gloo

Collective communications library with various primitives for multi-machine training.
Other
1.22k stars 304 forks source link

Is there any plan to support running on Windows? #255

Open gaoteng-git opened 4 years ago

gaoteng-git commented 4 years ago

Hello! I have a rough view of the gloo code. It seems only support running on Linux. Because one of the underlying transport module "libuv" is cross-platform, how big is the effort of adding Windows support to gloo? Is there a plan?

(My motivation is to run pytorch on multiple windows nodes. However, pytorch does not support distributed mode on Windows now. If gloo could support Windows, then it will enable pytorch distributed mode on Windows because pytorch's recommended underlying communication backend is gloo.)

y78h11b09 commented 4 years ago

+1,supports windows