![]() |
Project
|
#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 char * | o2::gpu::internal::file |
int32_t const char int32_t | o2::gpu::internal::line |
Definition in file GPUCommonHelpers.h.
Definition at line 30 of file GPUCommonHelpers.h.
Definition at line 31 of file GPUCommonHelpers.h.
Definition at line 32 of file GPUCommonHelpers.h.
Definition at line 33 of file GPUCommonHelpers.h.
#define GPUCOMMON_INTERNAL_CAT | ( | ... | ) | GPUCOMMON_INTERNAL_CAT_A(__VA_ARGS__) |
Definition at line 44 of file GPUCommonHelpers.h.