Skip to content

Commit

Permalink
bumped version to v0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
tprimak committed Jun 7, 2019
1 parent 05bcc9f commit c9e7eea
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.19.0")
set(PROJECT_VERSION "0.20.0")

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,5 +1,5 @@
# Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN)
![v0.19 beta](https://img.shields.io/badge/v0.19-beta-orange.svg)
![v0.20 beta](https://img.shields.io/badge/v0.20-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.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ rem ============================================================================
rem req: PowerShell 3.0+
powershell.exe -command "if ($PSVersionTable.PSVersion.Major -ge 3) {exit 1} else {Write-Host \"The script requires PowerShell 3.0 or above (current version: $($PSVersionTable.PSVersion.Major).$($PSVersionTable.PSVersion.Minor))\"}" && goto Error_load

set MKLURLROOT=https://github.com/intel/mkl-dnn/releases/download/v0.18/
set MKLVERSION=2019.0.3.20190220
set MKLURLROOT=https://github.com/intel/mkl-dnn/releases/download/v0.20-rc/
set MKLVERSION=2019.0.5.20190502

set MKLPACKAGE=mklml_win_%MKLVERSION%

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.18/"
MKLVERSION="2019.0.3.20190220"
MKLURLROOT="https://github.com/intel/mkl-dnn/releases/download/v0.20-rc/"
MKLVERSION="2019.0.5.20190502"

os=`uname`
if [ "$os" = "Linux" ]; then
Expand Down

0 comments on commit c9e7eea

Please sign in to comment.