summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorMarat Dukhan <marat@fb.com>2018-01-31 21:05:07 -0800
committerMarat Dukhan <marat@fb.com>2018-01-31 21:05:07 -0800
commit7ee286c80ae89b25da2fc7993acbb8e097b7bead (patch)
tree1b7b6c434deb924e8423db36850ab8035e973322 /.gitmodules
parentbac898dbfa4f58aff27097f9bc6ba678343ea47f (diff)
downloadpytorch-7ee286c80ae89b25da2fc7993acbb8e097b7bead.tar.gz
pytorch-7ee286c80ae89b25da2fc7993acbb8e097b7bead.tar.bz2
pytorch-7ee286c80ae89b25da2fc7993acbb8e097b7bead.zip
Vendor NNPACK dependencies with Caffe2
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules11
1 files changed, 7 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules
index 0efc9358bf..5765c51b91 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -32,16 +32,16 @@
path = third_party/gloo
url = https://github.com/facebookincubator/gloo
[submodule "third_party/NNPACK_deps/pthreadpool"]
- path = third_party/NNPACK_deps/pthreadpool
+ path = third_party/pthreadpool
url = https://github.com/Maratyszcza/pthreadpool.git
[submodule "third_party/NNPACK_deps/FXdiv"]
- path = third_party/NNPACK_deps/FXdiv
+ path = third_party/FXdiv
url = https://github.com/Maratyszcza/FXdiv.git
[submodule "third_party/NNPACK_deps/FP16"]
- path = third_party/NNPACK_deps/FP16
+ path = third_party/FP16
url = https://github.com/Maratyszcza/FP16.git
[submodule "third_party/NNPACK_deps/psimd"]
- path = third_party/NNPACK_deps/psimd
+ path = third_party/psimd
url = https://github.com/Maratyszcza/psimd.git
[submodule "third_party/aten"]
path = third_party/aten
@@ -49,3 +49,6 @@
[submodule "third_party/zstd"]
path = third_party/zstd
url = https://github.com/facebook/zstd.git
+[submodule "third-party/cpuinfo"]
+ path = third_party/cpuinfo
+ url = https://github.com/Maratyszcza/cpuinfo.git