Skip to content

Commit

Permalink
build: updated small libraries version
Browse files Browse the repository at this point in the history
  • Loading branch information
vpirogov committed Mar 1, 2019
1 parent 6ae7cb3 commit 863ff6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.18-rc/
set MKLVERSION=2019.0.3.20190125
set MKLURLROOT=https://github.com/intel/mkl-dnn/releases/download/v0.18/
set MKLVERSION=2019.0.3.20190220

set MKLPACKAGE=mklml_win_%MKLVERSION%

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.18-rc/"
MKLVERSION="2019.0.3.20190125"
MKLURLROOT="https://github.com/intel/mkl-dnn/releases/download/v0.18/"
MKLVERSION="2019.0.3.20190220"

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

0 comments on commit 863ff6e

Please sign in to comment.