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

Commit bb9dcf3

Browse files
committed
Add the missing files for 1.1.2
1 parent ab5baad commit bb9dcf3

File tree

6 files changed

+68636
-1955
lines changed

6 files changed

+68636
-1955
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=20180406
78-
ARCHIVE_BASENAME=mklml_lnx_2018.0.3.20180406.tgz
77+
VERSION_MATCH=20180710
78+
ARCHIVE_BASENAME=mklml_lnx_2019.0.20180710.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.14/$ARCHIVE_BASENAME"
81+
MKLURL="https://github.com/intel/mkl-dnn/releases/download/v0.16/$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)