From eca5e27197968ca6ad693a935128e419c3152f6e Mon Sep 17 00:00:00 2001 From: atalman Date: Mon, 8 Jul 2024 09:54:19 -0700 Subject: [PATCH] Update linux mkl to 2024.2.0 --- common/install_mkl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/install_mkl.sh b/common/install_mkl.sh index bf97b8236..42a1779b0 100644 --- a/common/install_mkl.sh +++ b/common/install_mkl.sh @@ -2,7 +2,7 @@ set -ex # MKL -MKL_VERSION=2022.2.1 +MKL_VERSION=2024.2.0 mkdir -p /opt/intel/ pushd /tmp