Project
Loading...
Searching...
No Matches
GPUReconstructionCPU.cxx File Reference
#include "GPUReconstructionCPU.h"
#include "GPUReconstructionIncludes.h"
#include "GPUReconstructionThreading.h"
#include "GPUChain.h"
#include "GPUTPCClusterData.h"
#include "GPUTPCSectorOutput.h"
#include "GPUTPCSectorOutCluster.h"
#include "GPUTPCGMMergedTrack.h"
#include "GPUTPCGMMergedTrackHit.h"
#include "GPUTRDTrackletWord.h"
#include "AliHLTTPCClusterMCData.h"
#include "GPUTPCMCInfo.h"
#include "GPUTRDTrack.h"
#include "GPUTRDTracker.h"
#include "AliHLTTPCRawCluster.h"
#include "GPUTRDTrackletLabels.h"
#include "GPUMemoryResource.h"
#include "GPUConstantMem.h"
#include "GPUMemorySizeScalers.h"
#include <atomic>
#include <ctime>
#include "GPULogging.h"
#include <unistd.h>
#include "GPUReconstructionKernelList.h"

Go to the source code of this file.

Macros

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

Detailed Description

Author
David Rohr

Definition in file GPUReconstructionCPU.cxx.

Macro Definition Documentation

◆ GPUCA_KRNL

#define GPUCA_KRNL (   x_class,
  x_attributes,
  x_arguments,
  x_forward,
  x_types 
)
Value:
template int32_t GPUReconstructionCPUBackend::runKernelBackend<GPUCA_M_KRNL_TEMPLATE(x_class)>(const krnlSetupArgs<GPUCA_M_KRNL_TEMPLATE(x_class) GPUCA_M_STRIP(x_types)>& args); \
template krnlProperties GPUReconstructionCPUBackend::getKernelPropertiesBackend<GPUCA_M_KRNL_TEMPLATE(x_class)>();
#define GPUCA_M_STRIP(X)
#define GPUCA_M_KRNL_TEMPLATE(...)

Definition at line 130 of file GPUReconstructionCPU.cxx.

◆ GPUCA_LOGGING_PRINTF

#define GPUCA_LOGGING_PRINTF

Definition at line 38 of file GPUReconstructionCPU.cxx.