diff options
author | Marat Dukhan <marat@fb.com> | 2018-01-31 21:05:07 -0800 |
---|---|---|
committer | Marat Dukhan <marat@fb.com> | 2018-01-31 21:05:07 -0800 |
commit | 7ee286c80ae89b25da2fc7993acbb8e097b7bead (patch) | |
tree | 1b7b6c434deb924e8423db36850ab8035e973322 /.gitmodules | |
parent | bac898dbfa4f58aff27097f9bc6ba678343ea47f (diff) | |
download | pytorch-7ee286c80ae89b25da2fc7993acbb8e097b7bead.tar.gz pytorch-7ee286c80ae89b25da2fc7993acbb8e097b7bead.tar.bz2 pytorch-7ee286c80ae89b25da2fc7993acbb8e097b7bead.zip |
Vendor NNPACK dependencies with Caffe2
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 11 |
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 |