CMakeLists.txt 190 字节
Newer Older
1
add_subdirectory(detail)
2 3 4 5 6 7 8 9 10 11

cc_library(memory
    SRCS
    memory.cc)

cc_library(paddle_memory
    DEPS
    memory meta_data
    meta_cache memory_block
    buddy_allocator system_allocator)