Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr-Solovev committed Aug 29, 2024
1 parent d080fdb commit 2bdd513
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .ci/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,10 @@ fi

#main actions
echo "Call env scripts"
if [ "${backend_config}" == "ref" ] && [ ! -z "${BLAS_INSTALL_DIR}" ]; then
if [ "${backend_config}" == "mkl" ]; then
echo "Sourcing MKL env"
source /opt/intel/oneapi/mkl/latest/env/vars.sh
elif [ "${backend_config}" == "ref" ] && [ ! -z "${BLAS_INSTALL_DIR}" ]; then
export OPENBLASROOT="${BLAS_INSTALL_DIR}"
elif [ "${backend_config}" == "ref" ]; then
echo "Sourcing ref(openblas) env"
Expand Down

0 comments on commit 2bdd513

Please sign in to comment.