Skip to content

Commit

Permalink
task-scripts-update: Version of MKL chane
Browse files Browse the repository at this point in the history
  • Loading branch information
pszewc-habana authored and ptbuilder committed Jan 25, 2017
2 parents 7406340 + 2fb20e9 commit 5d6af63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions external/mkl/prepare_mkl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ echo $VERSION_LINE # Return Version Line
# MKL
DST=`dirname $0`
OMP=0
VERSION_MATCH=20160906
ARCHIVE_BASENAME=mklml_lnx_2017.0.1.20161005.tgz
VERSION_MATCH=20170101
ARCHIVE_BASENAME=mklml_lnx_2017.0.2.20170110.tgz
MKL_CONTENT_DIR=`echo $ARCHIVE_BASENAME | rev | cut -d "." -f 2- | rev`
GITHUB_RELEASE_TAG=self_containted_MKLGOLD_u1
GITHUB_RELEASE_TAG=self_containted_MKLGOLD_u2
MKLURL="https://github.com/intel/caffe/releases/download/$GITHUB_RELEASE_TAG/$ARCHIVE_BASENAME"
# there are diffrent MKL lib to be used for GCC and for ICC
reg='^[0-9]+$'
Expand Down

0 comments on commit 5d6af63

Please sign in to comment.