![]() |
Project
|
#include "GPUReconstructionCPU.h"#include "GPUReconstructionIncludes.h"#include "GPUReconstructionThreading.h"#include "GPUChain.h"#include "GPUDefParametersRuntime.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 "GPULogging.h"#include "GPUMemorySizeScalers.h"#include "GPUReconstructionProcessingKernels.inc"#include "GPUTPCClusterOccupancyMap.h"#include <atomic>#include <ctime>#include <unistd.h>#include "GPUReconstructionKernelList.h"Go to the source code of this file.
Macros | |
| #define | GPUCA_KRNL(x_class, x_attributes, x_arguments, x_forward, x_types, ...) template GPUReconstructionProcessing::krnlProperties GPUReconstructionCPU::getKernelProperties<GPUCA_M_KRNL_TEMPLATE(x_class)>(int gpu); |
Definition in file GPUReconstructionCPU.cxx.
| #define GPUCA_KRNL | ( | x_class, | |
| x_attributes, | |||
| x_arguments, | |||
| x_forward, | |||
| x_types, | |||
| ... | |||
| ) | template GPUReconstructionProcessing::krnlProperties GPUReconstructionCPU::getKernelProperties<GPUCA_M_KRNL_TEMPLATE(x_class)>(int gpu); |
Definition at line 128 of file GPUReconstructionCPU.cxx.