mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-23 19:32:23 +00:00
update mkldnn to 0.17.2 (#231)
This commit is contained in:
parent
abce6041c1
commit
eb867be331
1 changed files with 1 additions and 1 deletions
2
cmake/external/mkldnn.cmake
vendored
2
cmake/external/mkldnn.cmake
vendored
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue