Skip to content

Commit

Permalink
build: bumped version to v0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
tprimak committed Jul 10, 2018
1 parent a00d97f commit 454a705
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.14 beta](https://img.shields.io/badge/v0.14-beta-orange.svg)
![v0.14 beta](https://img.shields.io/badge/v0.15-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.14/
set MKLURLROOT=https://github.com/intel/mkl-dnn/releases/download/v0.15/
set MKLVERSION=2018.0.3.20180406

set MKLPACKAGE=mklml_win_%MKLVERSION%.zip
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.14/"
MKLURLROOT="https://github.com/intel/mkl-dnn/releases/download/v0.15/"
MKLVERSION="2018.0.3.20180406"

os=`uname`
Expand Down

0 comments on commit 454a705

Please sign in to comment.