Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/FBGEMM.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pollack <david@da3.net>2019-05-13 20:46:36 +0300
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2019-05-13 20:49:40 +0300
commitc21a93d62898df77c4cebbbfa0f885f03c08483c (patch)
tree7eb67fc339785ac275537c6626c7744a3d404ff2 /.gitmodules
parent6ec218e6ed5dcb9b5397a608a3b5b8027b236819 (diff)
switch from cmake downloads to git submodules (#95)
Summary: I created a pull request for #87. I also tend to do a lot of hacking without an internet connection and it is nice to have the required library offline. I also get a cryptic error message when I build pytorch without an internet connection because these modules aren't available. Pull Request resolved: https://github.com/pytorch/FBGEMM/pull/95 Reviewed By: jianyuh Differential Revision: D15299133 Pulled By: dskhudia fbshipit-source-id: 6cf9ed47482eceee5f0444a8361720e0cfe25a13
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..f77694d
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,9 @@
+[submodule "third_party/asmjit"]
+ path = third_party/asmjit
+ url = https://github.com/asmjit/asmjit.git
+[submodule "third_party/cpuinfo"]
+ path = third_party/cpuinfo
+ url = https://github.com/pytorch/cpuinfo.git
+[submodule "third_party/googletest"]
+ path = third_party/googletest
+ url = https://github.com/google/googletest.git