You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Paddle/paddle/memory
gangliao 13ec0dd8df
Merge pull request #3057 from gangliao/mem_vlog
8 years ago
..
detail ENH: for clarity, change DLOG to VLOG 8 years ago
.clang-format Add gpu_allocator 8 years ago
CMakeLists.txt Add dependency memory->device_context, because we now use platform::GPUPlaceGuard 8 years ago
README.md Update Memory ReadMe Doc 8 years ago
memcpy.cc Fix end of namespace 8 years ago
memcpy.h Move memory::Copy out from memory.h into memcpy.h 8 years ago
memory.cc Move memory::Copy out from memory.h into memcpy.h 8 years ago
memory.h FIX: restricting c++ template usage to POD types 8 years ago
memory_test.cc update 8 years ago

README.md

Region-based Heterogeneous Memory Management

Please check out the design documentation to find out more details about buddy memory allocator for both CPU and GPU.