Project
Loading...
Searching...
No Matches
GPUCommonHelpers.h File Reference
#include "GPUCommonDef.h"
#include "GPUCommonLogger.h"
#include <cstdint>
#include <functional>
#include <stdexcept>

Go to the source code of this file.

Classes

class  o2::gpu::ThrustVolatileAllocator
 

Namespaces

namespace  o2
 a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
 
namespace  o2::gpu
 
namespace  o2::gpu::internal
 

Macros

#define GPUChkErr(x)   GPUChkErrA(x, __FILE__, __LINE__, true)
 
#define GPUChkErrI(x)   GPUChkErrA(x, __FILE__, __LINE__, false)
 
#define GPUChkErrS(x)   o2::gpu::internal::GPUReconstructionChkErr(x, __FILE__, __LINE__, true)
 
#define GPUChkErrSI(x)   o2::gpu::internal::GPUReconstructionChkErr(x, __FILE__, __LINE__, false)
 
#define GPUCOMMON_INTERNAL_CAT_A(a, b, c)   a##b##c
 
#define GPUCOMMON_INTERNAL_CAT(...)   GPUCOMMON_INTERNAL_CAT_A(__VA_ARGS__)
 

Functions

int32_t o2::gpu::internal::GPUCOMMON_INTERNAL_CAT (GPUReconstruction, GPUCA_GPUTYPE, ChkErr)(const int64_t error
 
int32_t o2::gpu::internal::GPUReconstructionCPUChkErr (const int64_t error, const char *file, int32_t line)
 

Variables

int32_t const charo2::gpu::internal::file
 
int32_t const char int32_t o2::gpu::internal::line
 

Detailed Description

Author
David Rohr

Definition in file GPUCommonHelpers.h.

Macro Definition Documentation

◆ GPUChkErr

#define GPUChkErr (   x)    GPUChkErrA(x, __FILE__, __LINE__, true)

Definition at line 30 of file GPUCommonHelpers.h.

◆ GPUChkErrI

#define GPUChkErrI (   x)    GPUChkErrA(x, __FILE__, __LINE__, false)

Definition at line 31 of file GPUCommonHelpers.h.

◆ GPUChkErrS

#define GPUChkErrS (   x)    o2::gpu::internal::GPUReconstructionChkErr(x, __FILE__, __LINE__, true)

Definition at line 32 of file GPUCommonHelpers.h.

◆ GPUChkErrSI

#define GPUChkErrSI (   x)    o2::gpu::internal::GPUReconstructionChkErr(x, __FILE__, __LINE__, false)

Definition at line 33 of file GPUCommonHelpers.h.

◆ GPUCOMMON_INTERNAL_CAT

#define GPUCOMMON_INTERNAL_CAT (   ...)    GPUCOMMON_INTERNAL_CAT_A(__VA_ARGS__)

Definition at line 44 of file GPUCommonHelpers.h.

◆ GPUCOMMON_INTERNAL_CAT_A

#define GPUCOMMON_INTERNAL_CAT_A (   a,
  b,
  c 
)    a##b##c

Definition at line 43 of file GPUCommonHelpers.h.