diff --git a/CMakeLists.txt b/CMakeLists.txt index ef54b396e55..048dcfba30c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,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.12") +set(PROJECT_VERSION "0.13") set(LIB_NAME mkldnn) diff --git a/README.md b/README.md index 30858328c43..8850dc3aa6c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN) [![Apache License Version 2.0](https://img.shields.io/badge/license-Apache_2.0-green.svg)](LICENSE) -![v0.12 beta](https://img.shields.io/badge/v0.12-beta-orange.svg) +![v0.13 beta](https://img.shields.io/badge/v0.13-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.sh b/scripts/prepare_mkl.sh index dc1d83cb165..1adc04d823e 100755 --- a/scripts/prepare_mkl.sh +++ b/scripts/prepare_mkl.sh @@ -15,8 +15,8 @@ # limitations under the License. #=============================================================================== -MKLURLROOT="https://github.com/intel/mkl-dnn/releases/download/v0.12/" -MKLVERSION="2018.0.1.20171227" +MKLURLROOT="https://github.com/intel/mkl-dnn/releases/download/v0.13/" +MKLVERSION="2018.0.2.20180127" os=`uname` if [ "$os" = "Linux" ]; then