From 28982ceb3b159c7460544ead39798eddfa105131 Mon Sep 17 00:00:00 2001 From: Paul Saab Date: Tue, 28 Jan 2025 20:48:42 +0000 Subject: [PATCH] [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 --- defs.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defs.bzl b/defs.bzl index 5e8923556af..22f508bf644 100644 --- a/defs.bzl +++ b/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", ]), ]