mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
added submodules for int8 ops (#13106)
This commit is contained in:
9
.gitmodules
vendored
9
.gitmodules
vendored
@ -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
1
third_party/QNNPACK
vendored
Submodule
Submodule third_party/QNNPACK added at e11bb31404
1
third_party/gemmlowp/gemmlowp
vendored
Submodule
1
third_party/gemmlowp/gemmlowp
vendored
Submodule
Submodule third_party/gemmlowp/gemmlowp added at 8416bab644
1
third_party/neon2sse
vendored
Submodule
1
third_party/neon2sse
vendored
Submodule
Submodule third_party/neon2sse added at 97a126f08c
Reference in New Issue
Block a user