Skip to content

Commit 0c3cb94

Browse files
author
Fomenko, Evarist M
committed
bumped version to v0.17.3
1 parent 4f809d0 commit 0c3cb94

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CMakeLists.txt

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

4141
set(PROJECT_NAME "Intel(R) MKL-DNN")
4242
set(PROJECT_FULL_NAME "Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN)")
43-
set(PROJECT_VERSION "0.17.2")
43+
set(PROJECT_VERSION "0.17.3")
4444

4545
set(LIB_NAME mkldnn)
4646

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.17.2 beta](https://img.shields.io/badge/v0.17.2-beta-orange.svg)
2+
![v0.17.3 beta](https://img.shields.io/badge/v0.17.3-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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ 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.17.2/
21+
set MKLURLROOT=https://github.com/intel/mkl-dnn/releases/download/v0.17.3/
2222
set MKLVERSION=2019.0.1.20180928
2323

2424
set MKLPACKAGE=mklml_win_%MKLVERSION%

scripts/prepare_mkl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616
#===============================================================================
1717

18-
MKLURLROOT="https://github.com/intel/mkl-dnn/releases/download/v0.17.2/"
18+
MKLURLROOT="https://github.com/intel/mkl-dnn/releases/download/v0.17.3/"
1919
MKLVERSION="2019.0.1.20180928"
2020

2121
os=`uname`

0 commit comments

Comments
 (0)