Skip to content

Commit 20c7ca3

Browse files
Michael Norrisfacebook-github-bot
authored andcommitted
Upgrade openblas to 0.3.29 for ARM architectures (facebookresearch#4203)
Summary: Pull Request resolved: facebookresearch#4203 Related to issue: facebookresearch#4202 Reviewed By: mengdilin Differential Revision: D69933126 fbshipit-source-id: cafc5f34d0f91450c5067827756b1297684b0ce3
1 parent 55d022f commit 20c7ca3

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/actions/build_cmake/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343
4444
# install base packages for ARM64
4545
if [ "${{ runner.arch }}" = "ARM64" ]; then
46-
conda install -y -q -c conda-forge openblas=0.3 gxx_linux-aarch64=14.2 sysroot_linux-aarch64=2.17
46+
conda install -y -q -c conda-forge openblas=0.3.29 gxx_linux-aarch64=14.2 sysroot_linux-aarch64=2.17
4747
fi
4848
4949
# install base packages for X86_64

conda/faiss-gpu-cuvs/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ outputs:
6565
host:
6666
- _openmp_mutex =4.5=2_kmp_llvm # [x86_64]
6767
- mkl =2023 # [x86_64]
68-
- openblas =0.3 # [not x86_64]
68+
- openblas =0.3.29 # [not x86_64]
6969
- libcuvs =24.12
7070
- cuda-version {{ cuda_constraints }}
7171
run:
7272
- _openmp_mutex =4.5=2_kmp_llvm # [x86_64]
7373
- mkl =2023 # [x86_64]
74-
- openblas =0.3 # [not x86_64]
74+
- openblas =0.3.29 # [not x86_64]
7575
- cuda-cudart {{ cuda_constraints }}
7676
- libcublas {{ libcublas_constraints }}
7777
- libcuvs =24.12

conda/faiss-gpu/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ outputs:
5757
- gcc_linux-64 =11.2 # [cudatoolkit == '11.4.4']
5858
host:
5959
- mkl =2023.0 # [x86_64]
60-
- openblas =0.3 # [not x86_64]
60+
- openblas =0.3.29 # [not x86_64]
6161
run:
6262
- mkl =2023.0 # [x86_64]
63-
- openblas =0.3 # [not x86_64]
63+
- openblas =0.3.29 # [not x86_64]
6464
- cuda-cudart {{ cuda_constraints }}
6565
- libcublas {{ libcublas_constraints }}
6666
test:

conda/faiss/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ outputs:
6565
- liblief =0.15.1 # [not win]
6666
- python_abi =3.12
6767
{% endif %}
68-
- openblas =0.3 # [not x86_64]
68+
- openblas =0.3.29 # [not x86_64]
6969
run:
7070
- python {{ python }}
7171
{% if PY_VER == '3.9' or PY_VER == '3.10' or PY_VER == '3.11' %}
@@ -78,7 +78,7 @@ outputs:
7878
- liblief =0.15.1 # [not win]
7979
- python_abi =3.12
8080
{% endif %}
81-
- openblas =0.3 # [not x86_64]
81+
- openblas =0.3.29 # [not x86_64]
8282
test:
8383
requires:
8484
- conda-build

0 commit comments

Comments
 (0)