Commit c718ef98 authored by Ashok Emani's avatar Ashok Emani

fix jenkins CI build issue

parent 621df65a
...@@ -14,6 +14,10 @@ ...@@ -14,6 +14,10 @@
# limitations under the License. # limitations under the License.
# ****************************************************************************** # ******************************************************************************
if(MKLDNN_INCLUDE_DIR)
link_directories(${MKLDNN_LIB_DIR})
endif()
if (NGRAPH_CPU_ENABLE) if (NGRAPH_CPU_ENABLE)
set (SRC set (SRC
nbench.cpp nbench.cpp
...@@ -21,7 +25,7 @@ if (NGRAPH_CPU_ENABLE) ...@@ -21,7 +25,7 @@ if (NGRAPH_CPU_ENABLE)
) )
add_executable(nbench ${SRC}) add_executable(nbench ${SRC})
add_dependencies(nbench ngraph ext_llvm ext_eigen ext_mkldnn) add_dependencies(nbench ngraph)
set(HEADER_SEARCH_DEFINES set(HEADER_SEARCH_DEFINES
"NGRAPH_HEADERS_PATH=\"${NGRAPH_INCLUDE_PATH}\"" "NGRAPH_HEADERS_PATH=\"${NGRAPH_INCLUDE_PATH}\""
......
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