[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

View File

@ -35,7 +35,6 @@ default_compiler_flags = [
"-DNO_CUDNN_DESTROY_HANDLE",
"-DUSE_EXPERIMENTAL_CUDNN_V8_API", # enable cudnn v8 api
"-DUSE_FBGEMM",
"-DUSE_QNNPACK",
"-DUSE_PYTORCH_QNNPACK",
# The dynamically loaded NVRTC trick doesn't work in fbcode,
# and it's not necessary anyway, because we have a stub