Project
Loading...
Searching...
No Matches
GPUReconstructionProcessing.cxx File Reference
#include "GPUReconstructionProcessing.h"
#include "GPUReconstructionThreading.h"
#include "GPUDefParametersLoad.inc"
#include "GPUReconstructionKernelList.h"

Go to the source code of this file.

Macros

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

Detailed Description

Author
David Rohr

Definition in file GPUReconstructionProcessing.cxx.

Macro Definition Documentation

◆ GPUCA_KRNL [1/2]

#define GPUCA_KRNL (   x_class,
  x_attributes,
  x_arguments,
  x_forward,
  x_types,
  x_num 
)
Value:
template <> \
uint32_t GPUReconstructionProcessing::GetKernelNum<GPUCA_M_KRNL_TEMPLATE(x_class)>() \
{ \
return x_num; \
} \
template <> \
const char* GPUReconstructionProcessing::GetKernelName<GPUCA_M_KRNL_TEMPLATE(x_class)>() \
{ \
return GPUCA_M_STR(GPUCA_M_KRNL_NAME(x_class)); \
}
#define GPUCA_M_STR(a)
#define GPUCA_M_KRNL_NAME(...)

Definition at line 149 of file GPUReconstructionProcessing.cxx.

◆ GPUCA_KRNL [2/2]

#define GPUCA_KRNL (   x_class,
  ... 
)    GPUCA_M_STR(GPUCA_M_KRNL_NAME(x_class)),

Definition at line 149 of file GPUReconstructionProcessing.cxx.