Caffe
|
Manages memory allocation and synchronization between the host (CPU) and device (GPU). More...
#include <syncedmem.hpp>
Public Types | |
enum | SyncedHead { UNINITIALIZED, HEAD_AT_CPU, HEAD_AT_GPU, SYNCED } |
Manages memory allocation and synchronization between the host (CPU) and device (GPU).
TODO(dox): more thorough description.