Skip to content

Commit 64ed503

Browse files
committed
doc: updated message and bumped small libraries version
1 parent 64e5dfc commit 64ed503

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/prepare_mkl.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
# limitations under the License.
1616
#===============================================================================
1717

18-
MKLURL="https://github.com/01org/mkl-dnn/releases/download/v0.7/mklml_lnx_2018.0.20170425.tgz"
18+
MKLURL="https://github.com/01org/mkl-dnn/releases/download/v0.9/mklml_lnx_2018.0.20170425.tgz"
1919

2020
DST=`dirname $0`/../external
2121
DST=`readlink -f $DST`
2222
mkdir -p $DST
2323
wget --no-check-certificate -P $DST $MKLURL
2424
tar -xzf $DST/mklml_lnx*.tgz -C $DST
2525

26-
echo "Downloaded and unpacked Intel(R) MKL libraries for machine learning to $DST"
26+
echo "Downloaded and unpacked Intel(R) MKL small libraries to $DST"

0 commit comments

Comments
 (0)