Skip to content

Commit

Permalink
Upgrade MKLML version to 1007
Browse files Browse the repository at this point in the history
  • Loading branch information
hshen14 committed Nov 14, 2017
1 parent 4e5556e commit e595030
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=20170908
ARCHIVE_BASENAME=mklml_lnx_2018.0.20170908.tgz
VERSION_MATCH=20171007
ARCHIVE_BASENAME=mklml_lnx_2018.0.1.20171007.tgz
MKL_CONTENT_DIR=`echo $ARCHIVE_BASENAME | rev | cut -d "." -f 2- | rev`
GITHUB_RELEASE_TAG=1.0.3
GITHUB_RELEASE_TAG=1.0.6

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
Expand Down

0 comments on commit e595030

Please sign in to comment.