Skip to content

Commit

Permalink
bumped version to v0.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Fomenko, Evarist M committed Jan 31, 2019
1 parent 4f809d0 commit 0c3cb94
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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.17.2")
set(PROJECT_VERSION "0.17.3")

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

set MKLPACKAGE=mklml_win_%MKLVERSION%
Expand Down
2 changes: 1 addition & 1 deletion scripts/prepare_mkl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.
#===============================================================================

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

os=`uname`
Expand Down

0 comments on commit 0c3cb94

Please sign in to comment.