mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
remove sleef_arm target (#154166)
Summary: X-link: https://github.com/pytorch/executorch/pull/11082 We shouldn't need an ARM-specific variant; we have select() where we should need it. Test Plan: CI Reviewed By: nlutsenko Differential Revision: D74356413 Pull Request resolved: https://github.com/pytorch/pytorch/pull/154166 Approved by: https://github.com/kimishpatel, https://github.com/malfet, https://github.com/Skylion007
This commit is contained in:
committed by
PyTorch MergeBot
parent
86a160353e
commit
f0b2706914
@ -182,7 +182,7 @@ THIRD_PARTY_LIBS = {
|
||||
"rt": ["//xplat/third-party/linker_lib:rt", "//third_party:rt"],
|
||||
"ruy": ["//third-party/ruy:ruy_xplat_lib", "//third_party:ruy_lib"],
|
||||
"nlohmann-json": ["fbsource//third-party/nlohmann-json:nlohmann-json", "//third_party:nlohmann-json"],
|
||||
"sleef_arm": ["//third-party/sleef:sleef_arm", "//third_party:sleef_arm"],
|
||||
"sleef_arm": ["//third-party/sleef:sleef", "//third_party:sleef_arm"],
|
||||
}
|
||||
|
||||
def third_party(name):
|
||||
|
Reference in New Issue
Block a user