#include "GPUReconstructionProcessing.h"
#include "GPUConstantMem.h"
#include <stdexcept>
#include <vector>
#include "GPUGeneralKernels.h"
#include "GPUReconstructionKernelIncludes.h"
#include "GPUReconstructionKernels.h"
#include "GPUReconstructionKernelList.h"
Go to the source code of this file.
|
namespace | o2 |
| a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
|
|
namespace | o2::gpu |
|
|
#define | GPUCA_KRNL(x_class, attributes, x_arguments, x_forward, x_types) |
|
- Author
- David Rohr
Definition in file GPUReconstructionCPU.h.
◆ GPUCA_KRNL
#define GPUCA_KRNL |
( |
|
x_class, |
|
|
|
attributes, |
|
|
|
x_arguments, |
|
|
|
x_forward, |
|
|
|
x_types |
|
) |
| |
Value: inline int32_t runKernelImplWrapper(gpu_reconstruction_kernels::classArgument<
GPUCA_M_KRNL_TEMPLATE(x_class)>,
bool cpuFallback,
double& timer, krnlSetup&& setup
GPUCA_M_STRIP(x_arguments)) \
{ \
if (cpuFallback) { \
} else { \
} \
}
#define GPUCA_M_KRNL_TEMPLATE(...)
Definition at line 80 of file GPUReconstructionCPU.h.