Skip to content

Commit 49074b0

Browse files
authored
适配升级libmkldnn (PaddlePaddle#8442)
1 parent 88e24bf commit 49074b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ if(WITH_MKL)
156156
if (WIN32)
157157
set(MKLDNN_LIB ${MKLDNN_PATH}/lib/mkldnn.lib)
158158
else ()
159-
set(MKLDNN_LIB ${MKLDNN_PATH}/lib/libmkldnn.so.0)
159+
set(MKLDNN_LIB ${MKLDNN_PATH}/lib/libdnnl.so.3)
160160
endif ()
161161
endif()
162162
else()

0 commit comments

Comments
 (0)