Project
Loading...
Searching...
No Matches
GPUErrors.cxx File Reference
#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
 

Detailed Description

Author
David Rohr

Definition in file GPUErrors.cxx.

Macro Definition Documentation

◆ GPUCA_ERROR_CODE

#define GPUCA_ERROR_CODE (   num,
  name,
  ... 
)    {num, GPUCA_M_STR(name)},

◆ GPUCA_MAX_ERRORS

#define GPUCA_MAX_ERRORS   255u

Definition at line 23 of file GPUErrors.cxx.

Function Documentation

◆ GPUd()

GPUd ( )

Definition at line 25 of file GPUErrors.cxx.