8000 Force the coretype to be armv8 on linux-arm64 · jjerphan/scikit-learn@2b0d3a6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2b0d3a6

Browse files
committed
Force the coretype to be armv8 on linux-arm64
Currently, there are some problems with the neoversen1 kernel, which makes computations using BLAS via scipy unstable for this architecture. See this comment: numpy/numpy#19411 (comment)
1 parent c0dbc97 commit 2b0d3a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ jobs:
137137
environment:
138138
- OMP_NUM_THREADS: 2
139139
- OPENBLAS_NUM_THREADS: 2
140+
- OPENBLAS_CORETYPE: 'armv8'
140141
- CYTHON_VERSION: 'latest'
141142
- JOBLIB_VERSION: 'latest'
142143
3826 - THREADPOOLCTL_VERSION: 'latest'

0 commit comments

Comments
 (0)
0