Add target memcpy into paddle_memory

cblas_new
Yi Wang 8 years ago
parent 51152adf0b
commit 616a236581

@ -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)

Loading…
Cancel
Save