Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit 5d6af63

Browse files
pszewc-habanaptbuilder
authored andcommitted
task-scripts-update: Version of MKL chane
2 parents 7406340 + 2fb20e9 commit 5d6af63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

external/mkl/prepare_mkl.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ echo $VERSION_LINE # Return Version Line
7474
# MKL
7575
DST=`dirname $0`
7676
OMP=0
77-
VERSION_MATCH=20160906
78-
ARCHIVE_BASENAME=mklml_lnx_2017.0.1.20161005.tgz
77+
VERSION_MATCH=20170101
78+
ARCHIVE_BASENAME=mklml_lnx_2017.0.2.20170110.tgz
7979
MKL_CONTENT_DIR=`echo $ARCHIVE_BASENAME | rev | cut -d "." -f 2- | rev`
80-
GITHUB_RELEASE_TAG=self_containted_MKLGOLD_u1
80+
GITHUB_RELEASE_TAG=self_containted_MKLGOLD_u2
8181
MKLURL="https://github.com/intel/caffe/releases/download/$GITHUB_RELEASE_TAG/$ARCHIVE_BASENAME"
8282
# there are diffrent MKL lib to be used for GCC and for ICC
8383
reg='^[0-9]+$'

0 commit comments

Comments
 (0)