Skip to content

Commit

Permalink
bumped version to 0.19 in prepare_mkl scripts
Browse files Browse the repository at this point in the history
tprimak committed May 14, 2019
1 parent 2d5e090 commit 41bee20
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/prepare_mkl.bat
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ 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.19-rc/
set MKLURLROOT=https://github.com/intel/mkl-dnn/releases/download/v0.19/
set MKLVERSION=2019.0.5.20190502

set MKLPACKAGE=mklml_win_%MKLVERSION%
2 changes: 1 addition & 1 deletion scripts/prepare_mkl.sh
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
# limitations under the License.
#===============================================================================

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

os=`uname`

0 comments on commit 41bee20

Please sign in to comment.