Skip to content

Commit

Permalink
all: bumped version to v0.90
Browse files Browse the repository at this point in the history
  • Loading branch information
Fomenko, Evarist M committed Mar 7, 2019
1 parent a2ee511 commit daf2892
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,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.18.0")
set(PROJECT_VERSION "0.90.0")

set(LIB_NAME mkldnn)

Expand Down
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN)
![v0.18 beta](https://img.shields.io/badge/v0.18-beta-orange.svg)
![v0.90 beta](https://img.shields.io/badge/v0.90-beta-orange.svg)

> NOTE
>
> The master branch is now used to work on the upcoming Intel MKL-DNN v1.0 with
> incompatible changes to the v0.x. The changes are described in the following
> [RFC](https://github.com/intel/mkl-dnn/pull/384).
>
> For a limited time the team would maintain
> [0.x branch](https://github.com/intel/mkl-dnn/tree/mnt-v0),
> backporting fixes and some of the features from the mainline.
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

0 comments on commit daf2892

Please sign in to comment.