Skip to content

Commit

Permalink
build: release v0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Fomenko, Evarist M committed Aug 11, 2017
1 parent 13fcbd1 commit fbd4d7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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.9")
set(PROJECT_VERSION "0.10")

set(LIB_NAME mkldnn)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 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.9 beta](https://img.shields.io/badge/v0.9-beta-orange.svg)
![v0.10 beta](https://img.shields.io/badge/v0.10-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 (DL) applications intended
Expand Down
2 changes: 1 addition & 1 deletion scripts/prepare_mkl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.
#===============================================================================

MKLURL="https://github.com/01org/mkl-dnn/releases/download/v0.9/mklml_lnx_2018.0.20170425.tgz"
MKLURL="https://github.com/01org/mkl-dnn/releases/download/v0.10/mklml_lnx_2018.0.20170720.tgz"

DST=`dirname $0`/../external
DST=`readlink -f $DST`
Expand Down

0 comments on commit fbd4d7b

Please sign in to comment.