Skip to content

Commit

Permalink
bumped version to v0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
tprimak committed Aug 14, 2018
1 parent 84d1f81 commit 4e33378
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 @@ -42,7 +42,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.15")
set(PROJECT_VERSION "0.16")

set(LIB_NAME mkldnn)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
> Please update your links.
# Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN)
![v0.15 beta](https://img.shields.io/badge/v0.15-beta-orange.svg)
![v0.16 beta](https://img.shields.io/badge/v0.16-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.15/
set MKLVERSION=2018.0.3.20180406
set MKLURLROOT=https://github.com/intel/mkl-dnn/releases/download/v0.16/
set MKLVERSION=2019.0.20180710

set MKLPACKAGE=mklml_win_%MKLVERSION%.zip

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.15/"
MKLVERSION="2018.0.3.20180406"
MKLURLROOT="https://github.com/intel/mkl-dnn/releases/download/v0.16/"
MKLVERSION="2019.0.20180710"

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

0 comments on commit 4e33378

Please sign in to comment.