Skip to content

Commit c9e7eea

Browse files
committed
bumped version to v0.20
1 parent 05bcc9f commit c9e7eea

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CMakeLists.txt

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

4545
set(PROJECT_NAME "Intel(R) MKL-DNN")
4646
set(PROJECT_FULL_NAME "Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN)")
47-
set(PROJECT_VERSION "0.19.0")
47+
set(PROJECT_VERSION "0.20.0")
4848

4949
set(LIB_NAME mkldnn)
5050

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN)
2-
![v0.19 beta](https://img.shields.io/badge/v0.19-beta-orange.svg)
2+
![v0.20 beta](https://img.shields.io/badge/v0.20-beta-orange.svg)
33

44
Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN) is
55
an open-source performance library for deep-learning applications. The library

scripts/prepare_mkl.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ rem ============================================================================
1818
rem req: PowerShell 3.0+
1919
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
2020

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

2424
set MKLPACKAGE=mklml_win_%MKLVERSION%
2525

scripts/prepare_mkl.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
# limitations under the License.
1616
#===============================================================================
1717

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

2121
os=`uname`
2222
if [ "$os" = "Linux" ]; then

0 commit comments

Comments
 (0)