|
Apollo
v5.5.0
Open source self driving car software
|
#include <cublas_v2.h>#include <cuda_runtime.h>

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) |
| #define BASE_CUDA_CHECK | ( | condition | ) | { apollo::perception::base::GPUAssert((condition), __FILE__, __LINE__); } |
| #define NO_GPU assert(false) |
1.8.13