added gemmlowp module (#12947)
Summary:
Adding gemmlowp dependency in thrid-party folder
Pull Request resolved: https://github.com/pytorch/pytorch/pull/12947
Differential Revision: D10794559
Pulled By: harouwu
fbshipit-source-id: 7f8a649c739ccb6c307327080711379b1db8c3e0
diff --git a/.gitmodules b/.gitmodules
index e9969a4..45d1d60 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -73,3 +73,6 @@
[submodule "third_party/nccl/nccl"]
path = third_party/nccl/nccl
url = https://github.com/NVIDIA/nccl
+[submodule "third_party/gemmlowp/gemmlowp"]
+ path = third_party/gemmlowp/gemmlowp
+ url = https://github.com/google/gemmlowp.git
diff --git a/third_party/gemmlowp/gemmlowp b/third_party/gemmlowp/gemmlowp
new file mode 120000
index 0000000..92fceb1
--- /dev/null
+++ b/third_party/gemmlowp/gemmlowp
@@ -0,0 +1 @@
+Subproject commit 8416bab644641a5c0a81ecf91a5cda804af0aee1