Commit 0818dabc authored by Sang Ik Lee's avatar Sang Ik Lee Committed by Scott Cyphers

Update mkl-dnn to v0.20.1 (#3220)

parent 32105c29
...@@ -19,9 +19,10 @@ include(ExternalProject) ...@@ -19,9 +19,10 @@ include(ExternalProject)
# Includes blas 3.8.0 in mkldnn # Includes blas 3.8.0 in mkldnn
set(NGRAPH_MKLDNN_SHORT_VERSION 0) set(NGRAPH_MKLDNN_SHORT_VERSION 0)
set(NGRAPH_MKLDNN_FULL_VERSION 0.20.0.0) set(NGRAPH_MKLDNN_FULL_VERSION 0.20.0.0)
set(NGRAPH_MKLDNN_VERSION "v0.20") set(NGRAPH_MKLDNN_ASSET_VERSION "v0.20")
set(NGRAPH_MKLDNN_SUB_VERSION "2019.0.5.20190502") set(NGRAPH_MKLDNN_VERSION "v0.20.1")
set(NGRAPH_MKLDNN_GIT_TAG "v0.20") set(NGRAPH_MKLDNN_MKLML_VERSION "2019.0.5.20190502")
set(NGRAPH_MKLDNN_GIT_TAG "v0.20.1")
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# Fetch and install MKL-DNN # Fetch and install MKL-DNN
...@@ -88,8 +89,8 @@ endif() ...@@ -88,8 +89,8 @@ endif()
# This section sets up MKL as an external project to be used later by MKLDNN # This section sets up MKL as an external project to be used later by MKLDNN
set(MKLURLROOT "https://github.com/intel/mkl-dnn/releases/download/${NGRAPH_MKLDNN_VERSION}/") set(MKLURLROOT "https://github.com/intel/mkl-dnn/releases/download/${NGRAPH_MKLDNN_ASSET_VERSION}/")
set(MKLVERSION ${NGRAPH_MKLDNN_SUB_VERSION}) set(MKLVERSION ${NGRAPH_MKLDNN_MKLML_VERSION})
if (LINUX) if (LINUX)
set(MKLPACKAGE "mklml_lnx_${MKLVERSION}.tgz") set(MKLPACKAGE "mklml_lnx_${MKLVERSION}.tgz")
set(MKL_SHA1_HASH 6ab490f0b358124338d04ee9383c3cbc536969d8) set(MKL_SHA1_HASH 6ab490f0b358124338d04ee9383c3cbc536969d8)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment