![]() |
Project
|
#include "GPUErrors.h"#include "GPUDataTypes.h"#include "GPUCommonMath.h"#include "GPUDefMacros.h"#include "GPULogging.h"#include <cstring>#include <unordered_map>#include "GPUErrorCodes.h"Go to the source code of this file.
Macros | |
| #define | GPUCA_MAX_ERRORS 255u |
| #define | GPUCA_ERROR_CODE(num, name, ...) {num, GPUCA_M_STR(name)}, |
Functions | |
| GPUd () void GPUErrors | |
Definition in file GPUErrors.cxx.
| #define GPUCA_ERROR_CODE | ( | num, | |
| name, | |||
| ... | |||
| ) | {num, GPUCA_M_STR(name)}, |
| #define GPUCA_MAX_ERRORS 255u |
Definition at line 23 of file GPUErrors.cxx.
| GPUd | ( | ) |
Definition at line 25 of file GPUErrors.cxx.