summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorPieter Noordhuis <pietern@fb.com>2017-03-24 08:19:13 -0700
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2017-03-24 08:32:24 -0700
commitd5880b128edb9ca20869710728939352b9ed8f9c (patch)
treee954e62dfb726d2a0910351efa29017b26ee965e /.gitmodules
parent97a6400f033a1cc1ba631445f733e62d18db82d2 (diff)
downloadpytorch-d5880b128edb9ca20869710728939352b9ed8f9c.tar.gz
pytorch-d5880b128edb9ca20869710728939352b9ed8f9c.tar.bz2
pytorch-d5880b128edb9ca20869710728939352b9ed8f9c.zip
CMake support for Gloo dependency
Summary: This also requires a change to cmake/External/nccl.cmake to use the static NCCL binary instead of the shared object. When the Caffe2/Gloo build uses the bundled NCCL version it should be packaged up in the resulting libraries and not cause another runtime dependency on a library that has to be installed separately. Closes https://github.com/caffe2/caffe2/pull/218 Differential Revision: D4769926 Pulled By: pietern fbshipit-source-id: 5c85559992c200d874f4218724823815ffb5adb5
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 62fe5d2949..debbdeca18 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -34,3 +34,6 @@
[submodule "third_party/NNPACK"]
path = third_party/NNPACK
url = https://github.com/Maratyszcza/NNPACK.git
+[submodule "third_party/gloo"]
+ path = third_party/gloo
+ url = https://github.com/facebookincubator/gloo