提交 de6f9c48 编写于 作者: Y Yi Wang

Add dependency memory->device_context, because we now use platform::GPUPlaceGuard

上级 f81caa4e
add_subdirectory(detail) add_subdirectory(detail)
cc_library(memory SRCS memory.cc) cc_library(memory SRCS memory.cc)
cc_library(memcpy SRCS memcpy.cc) cc_library(memcpy SRCS memcpy.cc DEPS device_context)
cc_library(paddle_memory cc_library(paddle_memory
DEPS DEPS
...@@ -11,7 +11,6 @@ cc_library(paddle_memory ...@@ -11,7 +11,6 @@ cc_library(paddle_memory
meta_cache meta_cache
memory_block memory_block
buddy_allocator buddy_allocator
system_allocator system_allocator)
device_context)
cc_test(memory_test SRCS memory_test.cc DEPS place paddle_memory) cc_test(memory_test SRCS memory_test.cc DEPS place paddle_memory)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册