[Submodule] Clear USE_QNNPACK build option (#126941)

Following the removal of QNNPACK third-party module #126657, we can clear more build system code. Also third_party/neon2sse was removed because it is not used.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/126941
Approved by: https://github.com/ezyang
This commit is contained in:
cyy
2024-05-24 00:12:56 +00:00
committed by PyTorch MergeBot
parent dfabae5b89
commit 95e5c994f9
8 changed files with 5 additions and 34 deletions

4
.gitmodules vendored
View File

@ -74,10 +74,6 @@
ignore = dirty
path = third_party/gemmlowp/gemmlowp
url = https://github.com/google/gemmlowp.git
[submodule "third_party/neon2sse"]
ignore = dirty
path = third_party/neon2sse
url = https://github.com/intel/ARM_NEON_2_x86_SSE.git
[submodule "third_party/fbgemm"]
ignore = dirty
path = third_party/fbgemm