We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503e6ec commit 0b3b5ddCopy full SHA for 0b3b5dd
inference/CMakeLists.txt
@@ -134,6 +134,7 @@ if(WITH_MKL)
134
else ()
135
set(MATH_LIB ${PADDLE_DIR}/third_party/install/mklml/lib/libmklml_intel${CMAKE_SHARED_LIBRARY_SUFFIX}
136
${PADDLE_DIR}/third_party/install/mklml/lib/libiomp5${CMAKE_SHARED_LIBRARY_SUFFIX})
137
+ execute_process(COMMAND cp -r ${PADDLE_DIR}/third_party/install/mklml/lib/libmklml_intel${CMAKE_SHARED_LIBRARY_SUFFIX} /usr/lib)
138
endif ()
139
set(MKLDNN_PATH "${PADDLE_DIR}/third_party/install/mkldnn")
140
if(EXISTS ${MKLDNN_PATH})
0 commit comments