diff options
author | Yiming Wu <wyiming@fb.com> | 2018-10-24 13:52:11 -0700 |
---|---|---|
committer | Facebook Github Bot <facebook-github-bot@users.noreply.github.com> | 2018-10-24 13:53:58 -0700 |
commit | c64a65c977b2b6bb065623424dddac226b2b3b43 (patch) | |
tree | 7538ee0950f71a53592dadc9e48ac7c1f8b16acc /.gitmodules | |
parent | 0f5cee2f6b5ec2687476eee671d62cb94b9a7661 (diff) | |
download | pytorch-c64a65c977b2b6bb065623424dddac226b2b3b43.tar.gz pytorch-c64a65c977b2b6bb065623424dddac226b2b3b43.tar.bz2 pytorch-c64a65c977b2b6bb065623424dddac226b2b3b43.zip |
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
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index e9969a4993..45d1d60198 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 |