Skip to content

Commit 41bee20

Browse files
committed
bumped version to 0.19 in prepare_mkl scripts
1 parent 2d5e090 commit 41bee20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/prepare_mkl.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ 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.19-rc/
21+
set MKLURLROOT=https://github.com/intel/mkl-dnn/releases/download/v0.19/
2222
set MKLVERSION=2019.0.5.20190502
2323

2424
set MKLPACKAGE=mklml_win_%MKLVERSION%

scripts/prepare_mkl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616
#===============================================================================
1717

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

2121
os=`uname`

0 commit comments

Comments
 (0)