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

Update MKL-DNN dependency #16073

Merged
merged 6 commits into from
Sep 20, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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