Commit 16916ce7 authored by Jayaram Bobba's avatar Jayaram Bobba

Update to newer version of MKLDNN with verbose debug output. Pull from…

Update to newer version of MKLDNN with verbose debug output. Pull from github.com/intel/mkl-dnn instead of github.com/01org/mkl-dnn
parent d375f9a9
......@@ -19,8 +19,8 @@ include(ExternalProject)
if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
set(MKLDNN_GIT_REPO_URL https://github.com/01org/mkl-dnn)
set(MKLDNN_GIT_TAG "144e0db")
set(MKLDNN_GIT_REPO_URL https://github.com/intel/mkl-dnn)
set(MKLDNN_GIT_TAG "3e1f8f5")
set(MKLDNN_INSTALL_DIR ${EXTERNAL_INSTALL_DIR}/mkldnn)
# The 'BUILD_BYPRODUCTS' argument was introduced in CMake 3.2.
......
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