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:
authorDaya S Khudia <dskhudia@fb.com>2019-05-14 23:21:21 +0300
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2019-05-14 23:25:14 +0300
commit7de846addbddd66ee39892a18d0c32b33a3143f9 (patch)
treef982de34806b626eaa14950b3ea7a7ecfca6a20e /.gitmodules
parentb14f582ca614bb01b53e4c842c8d50e511454ade (diff)
Use submodules instead of cmake downloads
Summary: Pull Request resolved: https://github.com/pytorch/FBGEMM/pull/96 Reviewed By: jianyuh Differential Revision: D15336047 Pulled By: dskhudia fbshipit-source-id: 93435ba920baa3a712c5741e60c479901c95115d
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..9b3f016
--- /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
+[submodule "third_party/googletest"]
+ path = third_party/googletest
+ url = https://github.com/google/googletest