Skip to content

Commit fbd4d7b

Browse files
author
Fomenko, Evarist M
committed
build: release v0.10
1 parent 13fcbd1 commit fbd4d7b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ endif()
2323

2424
set(PROJECT_NAME "Intel(R) MKL-DNN")
2525
set(PROJECT_FULL_NAME "Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN)")
26-
set(PROJECT_VERSION "0.9")
26+
set(PROJECT_VERSION "0.10")
2727

2828
set(LIB_NAME mkldnn)
2929

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN)
22
[![Apache License Version 2.0](https://img.shields.io/badge/license-Apache_2.0-green.svg)](LICENSE)
3-
![v0.9 beta](https://img.shields.io/badge/v0.9-beta-orange.svg)
3+
![v0.10 beta](https://img.shields.io/badge/v0.10-beta-orange.svg)
44

55
Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN) is an
66
open source performance library for Deep Learning (DL) applications intended

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-
MKLURL="https://github.com/01org/mkl-dnn/releases/download/v0.9/mklml_lnx_2018.0.20170425.tgz"
18+
MKLURL="https://github.com/01org/mkl-dnn/releases/download/v0.10/mklml_lnx_2018.0.20170720.tgz"
1919

2020
DST=`dirname $0`/../external
2121
DST=`readlink -f $DST`

0 commit comments

Comments
 (0)