update mkldnn to 0.17.2 (#231)

This commit is contained in:
jywu-msft 2018-12-20 07:32:49 -08:00 committed by GitHub
parent abce6041c1
commit eb867be331
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ include (ExternalProject)
set(MKLDNN_URL https://github.com/intel/mkl-dnn.git)
# If MKLDNN_TAG is updated, check if MKLML_VERSION and platform.cmake.patch need to be updated.
set(MKLDNN_TAG v0.17.1)
set(MKLDNN_TAG v0.17.2)
set(MKLML_VERSION 2019.0.1.20180928)
if(WIN32)