mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[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:
committed by
PyTorch MergeBot
parent
edf266e9bb
commit
28982ceb3b
2
defs.bzl
2
defs.bzl
@ -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",
|
||||
]),
|
||||
]
|
||||
|
Reference in New Issue
Block a user