Skip to content

Commit

Permalink
Modify OpenBLAS build on x86 to support SSE4.2 and AVX2 instructions …
Browse files Browse the repository at this point in the history
…in public CI
  • Loading branch information
Vika-F committed Dec 16, 2024
1 parent 4704b4d commit aeff4cb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .ci/env/openblas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,10 @@ pushd "${blas_src_dir}"
NO_FORTRAN=1
USE_OPENMP=0
USE_THREAD=0
USE_LOCKING=1)
USE_LOCKING=1
DYNAMIC_ARCH=1
DYNAMIC_LIST="Nehalem,Haswell"
)
fi
if [ "${openblas_ilp64}" == "on" ]; then
make_options+=( 'BINARY=64' 'INTERFACE64=1' )
Expand Down

0 comments on commit aeff4cb

Please sign in to comment.