File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ endif()
4242
4343set (PROJECT_NAME "Intel(R) MKL-DNN" )
4444set (PROJECT_FULL_NAME "Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN)" )
45- set (PROJECT_VERSION "0.12 " )
45+ set (PROJECT_VERSION "0.13 " )
4646
4747set (LIB_NAME mkldnn)
4848
Original file line number Diff line number Diff line change 44
55# Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN)
66[ ![ Apache License Version 2.0] ( https://img.shields.io/badge/license-Apache_2.0-green.svg )] ( LICENSE )
7- ![ v0.12 beta] ( https://img.shields.io/badge/v0.12 -beta-orange.svg )
7+ ![ v0.13 beta] ( https://img.shields.io/badge/v0.13 -beta-orange.svg )
88
99Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN) is
1010an open source performance library for deep learning applications. The library
Original file line number Diff line number Diff line change 1515# limitations under the License.
1616# ===============================================================================
1717
18- MKLURLROOT=" https://github.com/intel/mkl-dnn/releases/download/v0.12 /"
19- MKLVERSION=" 2018.0.1.20171227 "
18+ MKLURLROOT=" https://github.com/intel/mkl-dnn/releases/download/v0.13 /"
19+ MKLVERSION=" 2018.0.2.20180127 "
2020
2121os=` uname`
2222if [ " $os " = " Linux" ]; then
You can’t perform that action at this time.
0 commit comments