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

Commit

Permalink
Add the missing files for 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hshen14 committed Sep 27, 2018
1 parent ab5baad commit bb9dcf3
Show file tree
Hide file tree
Showing 6 changed files with 68,636 additions and 1,955 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,11 +74,11 @@ echo $VERSION_LINE # Return Version Line
# MKL
DST=`dirname $0`
OMP=0
VERSION_MATCH=20180406
ARCHIVE_BASENAME=mklml_lnx_2018.0.3.20180406.tgz
VERSION_MATCH=20180710
ARCHIVE_BASENAME=mklml_lnx_2019.0.20180710.tgz
MKL_CONTENT_DIR=`echo $ARCHIVE_BASENAME | rev | cut -d "." -f 2- | rev`

MKLURL="https://github.com/intel/mkl-dnn/releases/download/v0.14/$ARCHIVE_BASENAME"
MKLURL="https://github.com/intel/mkl-dnn/releases/download/v0.16/$ARCHIVE_BASENAME"
# there are diffrent MKL lib to be used for GCC and for ICC
reg='^[0-9]+$'
VERSION_LINE=`GetVersionName $MKLROOT`
Expand Down
Loading

0 comments on commit bb9dcf3

Please sign in to comment.