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 2b204f048b
Rename platform::GetDeviceCount into platform::GetCUDADeviceCount
9 years ago
..
detail Change `PADDLE_ONLY_CPU` to `PADDLE_WITH_GPU` 9 years ago
.clang-format Unify clang-format and add some missing clang-format 9 years ago
CMakeLists.txt fix gpu build error 9 years ago
README.md Update Memory ReadMe Doc 9 years ago
memcpy.cc Change `PADDLE_ONLY_CPU` to `PADDLE_WITH_GPU` 9 years ago
memcpy.h Change `PADDLE_ONLY_CPU` to `PADDLE_WITH_GPU` 9 years ago
memory.cc Rename platform::GetDeviceCount into platform::GetCUDADeviceCount 9 years ago
memory.h Add ENVIRONMENT interface interface 9 years ago
memory_test.cc Change `PADDLE_ONLY_CPU` to `PADDLE_WITH_GPU` 9 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.