From 616a236581e2e65dcaf72b3dab33bb7bfd3ea7a1 Mon Sep 17 00:00:00 2001 From: Yi Wang Date: Sat, 22 Jul 2017 08:34:06 -0700 Subject: [PATCH] Add target memcpy into paddle_memory --- paddle/memory/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/paddle/memory/CMakeLists.txt b/paddle/memory/CMakeLists.txt index a5c4420ac0..4cd40e2c2a 100644 --- a/paddle/memory/CMakeLists.txt +++ b/paddle/memory/CMakeLists.txt @@ -5,7 +5,9 @@ cc_library(memcpy SRCS memcpy.cc) cc_library(paddle_memory DEPS - memory meta_data + memory + memcpy + meta_data meta_cache memory_block buddy_allocator system_allocator) -- GitLab