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

Commit d18c986

Browse files
committed
Switch to a version of mklml that actually builds
1 parent bd71b81 commit d18c986

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,11 +74,11 @@ echo $VERSION_LINE # Return Version Line
7474
# MKL
7575
DST=`dirname $0`
7676
OMP=0
77-
VERSION_MATCH=20181227
78-
ARCHIVE_BASENAME=mklml_lnx_2019.0.1.20181227.tgz
77+
VERSION_MATCH=20180928
78+
ARCHIVE_BASENAME=mklml_lnx_2019.0.1.20180928.tgz
7979
MKL_CONTENT_DIR=`echo $ARCHIVE_BASENAME | rev | cut -d "." -f 2- | rev`
8080

81-
MKLURL="https://github.com/intel/mkl-dnn/releases/download/v0.17.2/$ARCHIVE_BASENAME"
81+
MKLURL="https://github.com/intel/mkl-dnn/releases/download/v0.17/$ARCHIVE_BASENAME"
8282
# there are diffrent MKL lib to be used for GCC and for ICC
8383
reg='^[0-9]+$'
8484
VERSION_LINE=`GetVersionName $MKLROOT`

0 commit comments

Comments
 (0)