Skip to content

Commit 3cc189e

Browse files
committed
build: bumped version to v0.14
1 parent 0d2565a commit 3cc189e

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
@@ -42,7 +42,7 @@ endif()
4242

4343
set(PROJECT_NAME "Intel(R) MKL-DNN")
4444
set(PROJECT_FULL_NAME "Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN)")
45-
set(PROJECT_VERSION "0.13")
45+
set(PROJECT_VERSION "0.14")
4646

4747
set(LIB_NAME mkldnn)
4848

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> Please update your links.
44
55
# Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN)
6-
![v0.13 beta](https://img.shields.io/badge/v0.13-beta-orange.svg)
6+
![v0.14 beta](https://img.shields.io/badge/v0.13-beta-orange.svg)
77

88
Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN) is
99
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.13/
22-
set MKLVERSION=2018.0.2.20180127
21+
set MKLURLROOT=https://github.com/intel/mkl-dnn/releases/download/v0.14/
22+
set MKLVERSION=2018.0.3.20180406
2323

2424
set MKLPACKAGE=mklml_win_%MKLVERSION%.zip
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.13/"
19-
MKLVERSION="2018.0.2.20180127"
18+
MKLURLROOT="https://github.com/intel/mkl-dnn/releases/download/v0.14/"
19+
MKLVERSION="2018.0.3.20180406"
2020

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

0 commit comments

Comments
 (0)