From f06ab3368e3df0e9e0ea4207016b3c41eadcbc6e Mon Sep 17 00:00:00 2001 From: Chenxiao Niu Date: Fri, 9 Sep 2022 10:06:35 +0800 Subject: [PATCH] [MLU] fix mluinfo compile error. (#45886) --- paddle/fluid/platform/device/mlu/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/fluid/platform/device/mlu/CMakeLists.txt b/paddle/fluid/platform/device/mlu/CMakeLists.txt index 43a8f175047..1d4d87b9ec5 100644 --- a/paddle/fluid/platform/device/mlu/CMakeLists.txt +++ b/paddle/fluid/platform/device/mlu/CMakeLists.txt @@ -9,7 +9,7 @@ cc_test( cc_library( mlu_info SRCS mlu_info.cc - DEPS enforce glog monitor neuware_lib) + DEPS enforce glog malloc monitor neuware_lib) cc_library( mlu_stream SRCS mlu_stream.cc -- GitLab