"git@developer.sourcefind.cn:OpenDAS/dlib.git" did not exist on "1b093f7ae126a9da6dc8b23594622990a521be4b"
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