Apollo  6.0
Open source self driving car software
Classes | Namespaces | Functions
syncedmem.h File Reference
#include "cyber/common/log.h"
#include "modules/perception/base/common.h"
Include dependency graph for syncedmem.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  apollo::perception::base::SyncedMemory
 Manages memory allocation and synchronization between the host (CPU) and device (GPU). More...
 

Namespaces

 apollo
 PlanningContext is the runtime context in planning. It is persistent across multiple frames.
 
 apollo::perception
 apollo::perception
 
 apollo::perception::base
 

Functions

void apollo::perception::base::PerceptionMallocHost (void **ptr, size_t size, bool use_cuda)
 
void apollo::perception::base::PerceptionFreeHost (void *ptr, bool use_cuda)