Skip to content

Commit

Permalink
Upgrade MKLML version from 0425 to 0720
Browse files Browse the repository at this point in the history
  • Loading branch information
hshen14 committed Aug 1, 2017
1 parent 7f25d66 commit 96ee2c6
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=20170425
ARCHIVE_BASENAME=mklml_lnx_2018.0.20170425.tgz
VERSION_MATCH=20170720
ARCHIVE_BASENAME=mklml_lnx_2018.0.20170720.tgz
MKL_CONTENT_DIR=`echo $ARCHIVE_BASENAME | rev | cut -d "." -f 2- | rev`
GITHUB_RELEASE_TAG=1.0.0
GITHUB_RELEASE_TAG=1.0.2

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 96ee2c6

Please sign in to comment.