Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / thirdparty / mkl-dnn / scripts / prepare_mkl.bat
index 48979c3..04939a9 100644 (file)
@@ -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.17-rc/
-set MKLVERSION=2019.0.1.20180928
+set MKLURLROOT=https://github.com/intel/mkl-dnn/releases/download/v0.18-rc/
+set MKLVERSION=2019.0.3.20190125
 
 set MKLPACKAGE=mklml_win_%MKLVERSION%