"...git@developer.sourcefind.cn:OpenDAS/pytorch3d.git" did not exist on "efb721320adbe17576a5fb1a02603ac205b1614e"
avoid warnings of NCCL
Summary: Pull Request resolved: https://github.com/facebookresearch/detectron2/pull/3322 avoid warnings like the following: ``` [W ProcessGroupNCCL.cpp:1569] Rank 0 using best-guess GPU 0 to perform barrier as devices used by this process are currently unknown. This can potentially cause a hang if this rank to GPU mapping is incorrect. Specify device_ids in barrier() to force use of a particular device. ``` maybe can fix the hang in https://github.com/facebookresearch/detectron2/issues/3319 Reviewed By: vaibhava0 Differential Revision: D30077957 fbshipit-source-id: b8827e66c5eecc06b650acde2e7ff44106327f69
Showing
Please register or sign in to comment