Apollo  v5.5.0
Open source self driving car software
Namespaces | Macros | Functions
common.h File Reference
#include <cublas_v2.h>
#include <cuda_runtime.h>
Include dependency graph for common.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 apollo
 
 apollo::perception
 
 apollo::perception::base
 

Macros

#define NO_GPU   assert(false)
 
#define BASE_CUDA_CHECK(condition)   { apollo::perception::base::GPUAssert((condition), __FILE__, __LINE__); }
 

Functions

void apollo::perception::base::GPUAssert (cudaError_t code, const char *file, int line, bool abort=true)
 

Macro Definition Documentation

◆ BASE_CUDA_CHECK

#define BASE_CUDA_CHECK (   condition)    { apollo::perception::base::GPUAssert((condition), __FILE__, __LINE__); }

◆ NO_GPU

#define NO_GPU   assert(false)