![]() |
Project
|
#include "GPUReconstructionProcessing.h"#include "GPUReconstructionThreading.h"#include "GPUDefParametersLoad.inc"#include "GPUReconstructionKernelIncludes.h"#include "GPUSettings.h"#include "GPULogging.h"#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) |
Definition in file GPUReconstructionProcessing.cxx.
| #define GPUCA_KRNL | ( | x_class, | |
| x_attributes, | |||
| x_arguments, | |||
| x_forward, | |||
| x_types, | |||
| x_num | |||
| ) |
Definition at line 152 of file GPUReconstructionProcessing.cxx.
| #define GPUCA_KRNL | ( | x_class, | |
| ... | |||
| ) | GPUCA_M_STR(GPUCA_M_KRNL_NAME(x_class)), |
Definition at line 152 of file GPUReconstructionProcessing.cxx.