Upgrade openblas to 0.3.29 for ARM architectures (#4203)

Summary:
Pull Request resolved: https://github.com/facebookresearch/faiss/pull/4203

Related to issue: https://github.com/facebookresearch/faiss/issues/4202

Reviewed By: mengdilin

Differential Revision: D69933126

fbshipit-source-id: cafc5f34d0f91450c5067827756b1297684b0ce3
pull/4211/head
Michael Norris 2025-02-21 17:46:25 -08:00 committed by Facebook GitHub Bot
parent 55d022fbb0
commit 20c7ca35bb
4 changed files with 7 additions and 7 deletions

View File

@ -43,7 +43,7 @@ runs:
# install base packages for ARM64
if [ "${{ runner.arch }}" = "ARM64" ]; then
conda install -y -q -c conda-forge openblas=0.3 gxx_linux-aarch64=14.2 sysroot_linux-aarch64=2.17
conda install -y -q -c conda-forge openblas=0.3.29 gxx_linux-aarch64=14.2 sysroot_linux-aarch64=2.17
fi
# install base packages for X86_64

View File

@ -65,13 +65,13 @@ outputs:
host:
- _openmp_mutex =4.5=2_kmp_llvm # [x86_64]
- mkl =2023 # [x86_64]
- openblas =0.3 # [not x86_64]
- openblas =0.3.29 # [not x86_64]
- libcuvs =24.12
- cuda-version {{ cuda_constraints }}
run:
- _openmp_mutex =4.5=2_kmp_llvm # [x86_64]
- mkl =2023 # [x86_64]
- openblas =0.3 # [not x86_64]
- openblas =0.3.29 # [not x86_64]
- cuda-cudart {{ cuda_constraints }}
- libcublas {{ libcublas_constraints }}
- libcuvs =24.12

View File

@ -57,10 +57,10 @@ outputs:
- gcc_linux-64 =11.2 # [cudatoolkit == '11.4.4']
host:
- mkl =2023.0 # [x86_64]
- openblas =0.3 # [not x86_64]
- openblas =0.3.29 # [not x86_64]
run:
- mkl =2023.0 # [x86_64]
- openblas =0.3 # [not x86_64]
- openblas =0.3.29 # [not x86_64]
- cuda-cudart {{ cuda_constraints }}
- libcublas {{ libcublas_constraints }}
test:

View File

@ -65,7 +65,7 @@ outputs:
- liblief =0.15.1 # [not win]
- python_abi =3.12
{% endif %}
- openblas =0.3 # [not x86_64]
- openblas =0.3.29 # [not x86_64]
run:
- python {{ python }}
{% if PY_VER == '3.9' or PY_VER == '3.10' or PY_VER == '3.11' %}
@ -78,7 +78,7 @@ outputs:
- liblief =0.15.1 # [not win]
- python_abi =3.12
{% endif %}
- openblas =0.3 # [not x86_64]
- openblas =0.3.29 # [not x86_64]
test:
requires:
- conda-build