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: cafc5f34d0f91450c5067827756b1297684b0ce3pull/4211/head
parent
55d022fbb0
commit
20c7ca35bb
|
@ -43,7 +43,7 @@ runs:
|
||||||
|
|
||||||
# install base packages for ARM64
|
# install base packages for ARM64
|
||||||
if [ "${{ runner.arch }}" = "ARM64" ]; then
|
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
|
fi
|
||||||
|
|
||||||
# install base packages for X86_64
|
# install base packages for X86_64
|
||||||
|
|
|
@ -65,13 +65,13 @@ outputs:
|
||||||
host:
|
host:
|
||||||
- _openmp_mutex =4.5=2_kmp_llvm # [x86_64]
|
- _openmp_mutex =4.5=2_kmp_llvm # [x86_64]
|
||||||
- mkl =2023 # [x86_64]
|
- mkl =2023 # [x86_64]
|
||||||
- openblas =0.3 # [not x86_64]
|
- openblas =0.3.29 # [not x86_64]
|
||||||
- libcuvs =24.12
|
- libcuvs =24.12
|
||||||
- cuda-version {{ cuda_constraints }}
|
- cuda-version {{ cuda_constraints }}
|
||||||
run:
|
run:
|
||||||
- _openmp_mutex =4.5=2_kmp_llvm # [x86_64]
|
- _openmp_mutex =4.5=2_kmp_llvm # [x86_64]
|
||||||
- mkl =2023 # [x86_64]
|
- mkl =2023 # [x86_64]
|
||||||
- openblas =0.3 # [not x86_64]
|
- openblas =0.3.29 # [not x86_64]
|
||||||
- cuda-cudart {{ cuda_constraints }}
|
- cuda-cudart {{ cuda_constraints }}
|
||||||
- libcublas {{ libcublas_constraints }}
|
- libcublas {{ libcublas_constraints }}
|
||||||
- libcuvs =24.12
|
- libcuvs =24.12
|
||||||
|
|
|
@ -57,10 +57,10 @@ outputs:
|
||||||
- gcc_linux-64 =11.2 # [cudatoolkit == '11.4.4']
|
- gcc_linux-64 =11.2 # [cudatoolkit == '11.4.4']
|
||||||
host:
|
host:
|
||||||
- mkl =2023.0 # [x86_64]
|
- mkl =2023.0 # [x86_64]
|
||||||
- openblas =0.3 # [not x86_64]
|
- openblas =0.3.29 # [not x86_64]
|
||||||
run:
|
run:
|
||||||
- mkl =2023.0 # [x86_64]
|
- mkl =2023.0 # [x86_64]
|
||||||
- openblas =0.3 # [not x86_64]
|
- openblas =0.3.29 # [not x86_64]
|
||||||
- cuda-cudart {{ cuda_constraints }}
|
- cuda-cudart {{ cuda_constraints }}
|
||||||
- libcublas {{ libcublas_constraints }}
|
- libcublas {{ libcublas_constraints }}
|
||||||
test:
|
test:
|
||||||
|
|
|
@ -65,7 +65,7 @@ outputs:
|
||||||
- liblief =0.15.1 # [not win]
|
- liblief =0.15.1 # [not win]
|
||||||
- python_abi =3.12
|
- python_abi =3.12
|
||||||
{% endif %}
|
{% endif %}
|
||||||
- openblas =0.3 # [not x86_64]
|
- openblas =0.3.29 # [not x86_64]
|
||||||
run:
|
run:
|
||||||
- python {{ python }}
|
- python {{ python }}
|
||||||
{% if PY_VER == '3.9' or PY_VER == '3.10' or PY_VER == '3.11' %}
|
{% 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]
|
- liblief =0.15.1 # [not win]
|
||||||
- python_abi =3.12
|
- python_abi =3.12
|
||||||
{% endif %}
|
{% endif %}
|
||||||
- openblas =0.3 # [not x86_64]
|
- openblas =0.3.29 # [not x86_64]
|
||||||
test:
|
test:
|
||||||
requires:
|
requires:
|
||||||
- conda-build
|
- conda-build
|
||||||
|
|
Loading…
Reference in New Issue