Project
Loading...
Searching...
No Matches
GPUReconstructionCUDADef.h File Reference
#include "GPUDef.h"

Go to the source code of this file.

Macros

#define GPUCA_UNROLL(optCu, optHi)   GPUCA_M_UNROLL_##optCu
 
#define GPUdic(optCu, optHi)   GPUCA_GPUdic_select_##optCu()
 
#define GPUCA_CONSMEM_PTR
 
#define GPUCA_CONSMEM_CALL
 
#define GPUCA_CONSMEM   (gGPUConstantMemBuffer.v)
 
#define GPUCA_KRNL_BACKEND_CLASS   GPUReconstructionCUDABackend
 

Macro Definition Documentation

◆ GPUCA_CONSMEM

#define GPUCA_CONSMEM   (gGPUConstantMemBuffer.v)

Definition at line 31 of file GPUReconstructionCUDADef.h.

◆ GPUCA_CONSMEM_CALL

#define GPUCA_CONSMEM_CALL

Definition at line 30 of file GPUReconstructionCUDADef.h.

◆ GPUCA_CONSMEM_PTR

#define GPUCA_CONSMEM_PTR

Definition at line 29 of file GPUReconstructionCUDADef.h.

◆ GPUCA_KRNL_BACKEND_CLASS

#define GPUCA_KRNL_BACKEND_CLASS   GPUReconstructionCUDABackend

Definition at line 37 of file GPUReconstructionCUDADef.h.

◆ GPUCA_UNROLL

#define GPUCA_UNROLL (   optCu,
  optHi 
)    GPUCA_M_UNROLL_##optCu

Definition at line 19 of file GPUReconstructionCUDADef.h.

◆ GPUdic

#define GPUdic (   optCu,
  optHi 
)    GPUCA_GPUdic_select_##optCu()

Definition at line 20 of file GPUReconstructionCUDADef.h.