Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Update MKL-DNN dependency (#16073)
Browse files Browse the repository at this point in the history
* update mkldnn to v0.21-rc

* update mkldnn to v0.21

* update mklml downloading url

* retrigger
  • Loading branch information
TaoLv authored and pengzhao-intel committed Sep 20, 2019
1 parent 7126438 commit 986cecd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/mkldnn
2 changes: 1 addition & 1 deletion ci/docker/install/ubuntu_mklml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
# the whole docker cache for the image

set -ex
wget -q --no-check-certificate -O /tmp/mklml.tgz https://github.com/intel/mkl-dnn/releases/download/v0.19/mklml_lnx_2019.0.5.20190502.tgz
wget -q --no-check-certificate -O /tmp/mklml.tgz https://github.com/intel/mkl-dnn/releases/download/v0.21/mklml_lnx_2019.0.5.20190502.tgz
tar -zxf /tmp/mklml.tgz && cp -rf mklml_*/* /usr/local/ && rm -rf mklml_*
2 changes: 1 addition & 1 deletion cmake/DownloadMKLML.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

message(STATUS "Downloading MKLML...")

set(MKLDNN_RELEASE v0.19)
set(MKLDNN_RELEASE v0.21)
set(MKLML_RELEASE_FILE_SUFFIX 2019.0.5.20190502)

set(MKLML_LNX_MD5 dfcea335652dbf3518e1d02cab2cea97)
Expand Down

0 comments on commit 986cecd

Please sign in to comment.