Update submodule gloo (#45025)

Summary:
Including commits to fix Windows CI failure of enable distributed training on Windows PR

Pull Request resolved: https://github.com/pytorch/pytorch/pull/45025

Reviewed By: beauby

Differential Revision: D23807995

Pulled By: mrshenli

fbshipit-source-id: a2f4c1684927ca66d7d3e9920ecb588fb4386f7c
This commit is contained in:
gunandrose4u 2020-09-21 10:26:27 -07:00 committed by Facebook GitHub Bot
parent a4aba1d465
commit acc2a1e5fa
2 changed files with 2 additions and 1 deletions

2
third_party/gloo vendored

@ -1 +1 @@
Subproject commit 881f7f0dcf06f7e49e134a45d3284860fb244fa9
Subproject commit 3dc0328fe6a9d47bd47c0c6ca145a0d8a21845c6

View File

@ -70,6 +70,7 @@ cc_library(
],
exclude = [
"gloo/cuda*.cc",
"gloo/common/win.cc",
"gloo/rendezvous/redis_store.cc",
],
),