From 49074b0bd03134fbdb69e46e1b65136a5174b959 Mon Sep 17 00:00:00 2001 From: liuhuanling <34302448+Pcjmmc@users.noreply.github.com> Date: Tue, 18 Jul 2023 15:17:25 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8D=E5=8D=87=E7=BA=A7libmkldnn?= =?UTF-8?q?=20(#8442)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/cpp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/cpp/CMakeLists.txt b/deploy/cpp/CMakeLists.txt index 34f8808d5..48cc734da 100644 --- a/deploy/cpp/CMakeLists.txt +++ b/deploy/cpp/CMakeLists.txt @@ -156,7 +156,7 @@ if(WITH_MKL) if (WIN32) set(MKLDNN_LIB ${MKLDNN_PATH}/lib/mkldnn.lib) else () - set(MKLDNN_LIB ${MKLDNN_PATH}/lib/libmkldnn.so.0) + set(MKLDNN_LIB ${MKLDNN_PATH}/lib/libdnnl.so.3) endif () endif() else() -- GitLab