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:
Scott Wolchok
2025-05-23 22:16:01 +00:00
committed by PyTorch MergeBot
parent 86a160353e
commit f0b2706914

View File

@ -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):