From c4efa6af5405cf1818ee54f7de0aff56a0fec866 Mon Sep 17 00:00:00 2001 From: zhupengyang Date: Tue, 24 Dec 2019 13:26:31 +0800 Subject: [PATCH] fix npu compile (#2658) (#2661) test=develop --- lite/api/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lite/api/CMakeLists.txt b/lite/api/CMakeLists.txt index 2264d0052e..64cced8009 100644 --- a/lite/api/CMakeLists.txt +++ b/lite/api/CMakeLists.txt @@ -86,8 +86,8 @@ if (NOT LITE_ON_TINY_PUBLISH) X86_DEPS ${x86_kernels} ARM_DEPS ${arm_kernels} CV_DEPS paddle_cv_arm - NPU_DEPS ${npu_kernels} ${npu_bridges} npu_pass - XPU_DEPS ${xpu_kernels} ${xpu_bridges} xpu_pass + NPU_DEPS ${npu_kernels} + XPU_DEPS ${xpu_kernels} CL_DEPS ${opencl_kernels} FPGA_DEPS ${fpga_kernels}) endif() -- GitLab