From 863ff6e7042cec7d2e29897fe9f0872e0888b0fc Mon Sep 17 00:00:00 2001 From: "Pirogov, Vadim" Date: Fri, 1 Mar 2019 13:33:35 -0800 Subject: [PATCH] build: updated small libraries version --- scripts/prepare_mkl.bat | 4 ++-- scripts/prepare_mkl.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/prepare_mkl.bat b/scripts/prepare_mkl.bat index d5880268bb1..8b88e7d82f7 100755 --- a/scripts/prepare_mkl.bat +++ b/scripts/prepare_mkl.bat @@ -18,8 +18,8 @@ rem ============================================================================ rem req: PowerShell 3.0+ powershell.exe -command "if ($PSVersionTable.PSVersion.Major -ge 3) {exit 1} else {Write-Host \"The script requires PowerShell 3.0 or above (current version: $($PSVersionTable.PSVersion.Major).$($PSVersionTable.PSVersion.Minor))\"}" && goto Error_load -set MKLURLROOT=https://github.com/intel/mkl-dnn/releases/download/v0.18-rc/ -set MKLVERSION=2019.0.3.20190125 +set MKLURLROOT=https://github.com/intel/mkl-dnn/releases/download/v0.18/ +set MKLVERSION=2019.0.3.20190220 set MKLPACKAGE=mklml_win_%MKLVERSION% diff --git a/scripts/prepare_mkl.sh b/scripts/prepare_mkl.sh index 3e2e39ded82..442990c4658 100755 --- a/scripts/prepare_mkl.sh +++ b/scripts/prepare_mkl.sh @@ -15,8 +15,8 @@ # limitations under the License. #=============================================================================== -MKLURLROOT="https://github.com/intel/mkl-dnn/releases/download/v0.18-rc/" -MKLVERSION="2019.0.3.20190125" +MKLURLROOT="https://github.com/intel/mkl-dnn/releases/download/v0.18/" +MKLVERSION="2019.0.3.20190220" os=`uname` if [ "$os" = "Linux" ]; then