Skip to content

Commit 863ff6e

Browse files
committed
build: updated small libraries version
1 parent 6ae7cb3 commit 863ff6e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

scripts/prepare_mkl.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ rem ============================================================================
1818
rem req: PowerShell 3.0+
1919
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
2020

21-
set MKLURLROOT=https://github.com/intel/mkl-dnn/releases/download/v0.18-rc/
22-
set MKLVERSION=2019.0.3.20190125
21+
set MKLURLROOT=https://github.com/intel/mkl-dnn/releases/download/v0.18/
22+
set MKLVERSION=2019.0.3.20190220
2323

2424
set MKLPACKAGE=mklml_win_%MKLVERSION%
2525

scripts/prepare_mkl.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
# limitations under the License.
1616
#===============================================================================
1717

18-
MKLURLROOT="https://github.com/intel/mkl-dnn/releases/download/v0.18-rc/"
19-
MKLVERSION="2019.0.3.20190125"
18+
MKLURLROOT="https://github.com/intel/mkl-dnn/releases/download/v0.18/"
19+
MKLVERSION="2019.0.3.20190220"
2020

2121
os=`uname`
2222
if [ "$os" = "Linux" ]; then

0 commit comments

Comments
 (0)