mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
[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:
1
defs.bzl
1
defs.bzl
@ -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
|
||||
|
Reference in New Issue
Block a user