Project
Loading...
Searching...
No Matches
GPUReconstructionKernels.h File Reference
#include "GPUReconstruction.h"
#include "GPUReconstructionKernelList.h"

Go to the source code of this file.

Classes

struct  o2::gpu::gpu_reconstruction_kernels::classArgument< T, I >
 
struct  o2::gpu::gpu_reconstruction_kernels::krnlExec
 
struct  o2::gpu::gpu_reconstruction_kernels::krnlRunRange
 
struct  o2::gpu::gpu_reconstruction_kernels::krnlEvent
 
struct  o2::gpu::gpu_reconstruction_kernels::krnlProperties
 
struct  o2::gpu::gpu_reconstruction_kernels::krnlSetup
 
struct  o2::gpu::gpu_reconstruction_kernels::krnlSetupTime
 
struct  o2::gpu::gpu_reconstruction_kernels::krnlSetupArgs< T, I, Args >
 
class  o2::gpu::GPUReconstructionKernels< T >
 

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::gpu_reconstruction_kernels
 

Macros

#define GPUCA_KRNL(x_class, x_attributes, x_arguments, x_forward, x_types, x_num)
 

Detailed Description

Author
David Rohr

Definition in file GPUReconstructionKernels.h.

Macro Definition Documentation

◆ GPUCA_KRNL

#define GPUCA_KRNL (   x_class,
  x_attributes,
  x_arguments,
  x_forward,
  x_types,
  x_num 
)
Value:
case x_num: { \
const auto& args2 = *(const krnlSetupArgs<GPUCA_M_KRNL_TEMPLATE(x_class) GPUCA_M_STRIP(x_types)>*)args; \
T::template runKernelBackend<GPUCA_M_KRNL_TEMPLATE(x_class)>(args2); \
break; \
}
#define GPUCA_M_STRIP(X)
#define GPUCA_M_KRNL_TEMPLATE(...)