added submodules for int8 ops (#13106)

This commit is contained in:
harouwu
2018-10-25 09:11:11 -07:00
committed by Yangqing Jia
parent 2a6431ba2d
commit 1720757220
4 changed files with 12 additions and 0 deletions

9
.gitmodules vendored
View File

@ -73,3 +73,12 @@
[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
[submodule "third_party/QNNPACK"]
path = third_party/QNNPACK
url = https://github.com/pytorch/QNNPACK
[submodule "third_party/neon2sse"]
path = third_party/neon2sse
url = https://github.com/intel/ARM_NEON_2_x86_SSE.git

1
third_party/QNNPACK vendored Submodule

Submodule third_party/QNNPACK added at e11bb31404

1
third_party/neon2sse vendored Submodule

Submodule third_party/neon2sse added at 97a126f08c