diff --git a/CMakeLists.txt b/CMakeLists.txt index a80af754980..2d9b61da454 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ endif() set(PROJECT_NAME "Intel(R) MKL-DNN") set(PROJECT_FULL_NAME "Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN)") -set(PROJECT_VERSION "0.17.2") +set(PROJECT_VERSION "0.17.3") set(LIB_NAME mkldnn) diff --git a/README.md b/README.md index e59fb1ccc71..83b930b0936 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN) -![v0.17.2 beta](https://img.shields.io/badge/v0.17.2-beta-orange.svg) +![v0.17.3 beta](https://img.shields.io/badge/v0.17.3-beta-orange.svg) Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN) is an open source performance library for deep learning applications. The library diff --git a/scripts/prepare_mkl.bat b/scripts/prepare_mkl.bat index 81fe86c6b97..cd72d5b3be7 100755 --- a/scripts/prepare_mkl.bat +++ b/scripts/prepare_mkl.bat @@ -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.17.2/ +set MKLURLROOT=https://github.com/intel/mkl-dnn/releases/download/v0.17.3/ set MKLVERSION=2019.0.1.20180928 set MKLPACKAGE=mklml_win_%MKLVERSION% diff --git a/scripts/prepare_mkl.sh b/scripts/prepare_mkl.sh index 1feabdd8944..6adc61edd0c 100755 --- a/scripts/prepare_mkl.sh +++ b/scripts/prepare_mkl.sh @@ -15,7 +15,7 @@ # limitations under the License. #=============================================================================== -MKLURLROOT="https://github.com/intel/mkl-dnn/releases/download/v0.17.2/" +MKLURLROOT="https://github.com/intel/mkl-dnn/releases/download/v0.17.3/" MKLVERSION="2019.0.1.20180928" os=`uname`