Project
Loading...
Searching...
No Matches
GPUReconstructionOCLKernels.cxx File Reference
#include "GPUReconstructionOCLIncludesHost.h"
#include "GPUReconstructionKernelList.h"

Go to the source code of this file.

Macros

#define GPUCA_KRNL(x_class, ...)
 
#define GPUCA_KRNL(x_class, x_attributes, x_arguments, x_forward, x_types, ...)   template void GPUReconstructionOCLBackend::runKernelBackend<GPUCA_M_KRNL_TEMPLATE(x_class)>(const krnlSetupArgs<GPUCA_M_KRNL_TEMPLATE(x_class) GPUCA_M_STRIP(x_types)>& args);
 

Detailed Description

Author
David Rohr

Definition in file GPUReconstructionOCLKernels.cxx.

Macro Definition Documentation

◆ GPUCA_KRNL [1/2]

#define GPUCA_KRNL (   x_class,
  x_attributes,
  x_arguments,
  x_forward,
  x_types,
  ... 
)    template void GPUReconstructionOCLBackend::runKernelBackend<GPUCA_M_KRNL_TEMPLATE(x_class)>(const krnlSetupArgs<GPUCA_M_KRNL_TEMPLATE(x_class) GPUCA_M_STRIP(x_types)>& args);

Definition at line 94 of file GPUReconstructionOCLKernels.cxx.

◆ GPUCA_KRNL [2/2]

#define GPUCA_KRNL (   x_class,
  ... 
)
Value:
if (AddKernel<GPUCA_M_KRNL_TEMPLATE(x_class)>()) { \
return 1; \
}
#define GPUCA_M_KRNL_TEMPLATE(...)

Definition at line 94 of file GPUReconstructionOCLKernels.cxx.