![]() |
Project
|
#include <GPUReconstructionCUDAInternals.h>
Static Public Member Functions | |
| static void | getArgPtrs (const void **pArgs) |
| template<typename T , typename... Args> | |
| static void | getArgPtrs (const void **pArgs, const T &arg, const Args &... args) |
Public Attributes | |
| std::vector< std::unique_ptr< CUmodule > > | kernelModules |
| std::vector< std::unique_ptr< CUfunction > > | kernelFunctions |
| cudaStream_t | Streams [GPUCA_MAX_STREAMS] |
Definition at line 30 of file GPUReconstructionCUDAInternals.h.
Definition at line 35 of file GPUReconstructionCUDAInternals.h.
|
inlinestatic |
Definition at line 37 of file GPUReconstructionCUDAInternals.h.
| std::vector<std::unique_ptr<CUfunction> > o2::gpu::GPUReconstructionCUDAInternals::kernelFunctions |
Definition at line 32 of file GPUReconstructionCUDAInternals.h.
| std::vector<std::unique_ptr<CUmodule> > o2::gpu::GPUReconstructionCUDAInternals::kernelModules |
Definition at line 31 of file GPUReconstructionCUDAInternals.h.
| cudaStream_t o2::gpu::GPUReconstructionCUDAInternals::Streams[GPUCA_MAX_STREAMS] |
Definition at line 33 of file GPUReconstructionCUDAInternals.h.