[aarch64] Rebuild everything with ArmPL (#145742)

Summary: Rebuild everything that used OpenBLAS with ArmPL

Test Plan: CI, prod test

Reviewed By: Nicoshev

Differential Revision: D68219559

Pull Request resolved: https://github.com/pytorch/pytorch/pull/145742
Approved by: https://github.com/malfet
This commit is contained in:
Paul Saab
2025-01-28 20:48:42 +00:00
committed by PyTorch MergeBot
parent edf266e9bb
commit 28982ceb3b

View File

@ -4,7 +4,7 @@ def get_blas_gomp_arch_deps():
"fbsource//third-party/mkl:{}".format(native.read_config("fbcode", "mkl_lp64", "mkl_lp64_omp")),
]),
("aarch64", [
"third-party//OpenBLAS:OpenBLAS",
"third-party//Arm-Performance-Libraries:armpl_lp64_mp",
"third-party//openmp:omp",
]),
]