提交 d1dbf2cf 编写于 作者: G gangliao 提交者: GitHub

Merge pull request #3018 from wangkuiyi/fix_memory_deps_on_device_context

Fix memory deps on device context
add_subdirectory(detail)
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
DEPS
memory
memcpy
meta_data
meta_cache memory_block
buddy_allocator system_allocator)
meta_cache
memory_block
buddy_allocator
system_allocator)
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.
先完成此消息的编辑!
想要评论请 注册