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
Yi Wang 880b874b47
Merge branch 'develop' of https://github.com/paddlepaddle/paddle into paddle_only_cpu
7 years ago
..
detail Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU 7 years ago
.clang-format Unify clang-format and add some missing clang-format 7 years ago
CMakeLists.txt fix gpu build error 8 years ago
README.md Update Memory ReadMe Doc 8 years ago
memcpy.cc Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU 7 years ago
memcpy.h Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU 7 years ago
memory.cc Merge branch 'develop' of https://github.com/paddlepaddle/paddle into paddle_only_cpu 7 years ago
memory.h Add ENVIRONMENT interface interface 8 years ago
memory_test.cc Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU 7 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.