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
qijun 881c5d00d0
remove device_context deps in memcpy
8 years ago
..
detail Add cpplint for *.h and cuda *.cu 8 years ago
.clang-format Add gpu_allocator 8 years ago
CMakeLists.txt fix gpu build error 8 years ago
README.md Update Memory ReadMe Doc 8 years ago
memcpy.cc remove device_context deps in memcpy 8 years ago
memcpy.h ENH: Add comments for memory and memcpy 8 years ago
memory.cc fix bug in memory GetGPUBuddyAllocator 8 years ago
memory.h Add cpplint for *.h and cuda *.cu 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.