Skip to content

Commit

Permalink
build: bumped version to v0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
tprimak authored and Fomenko, Evarist M committed Mar 3, 2018
1 parent 894331a commit dfe8f6d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions scripts/prepare_mkl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dfe8f6d

Please sign in to comment.