#include <GPUReconstructionCPU.h>
Inherits o2::gpu::GPUProcessor.
|
enum | ProcessorType { PROCESSOR_TYPE_CPU = 0
, PROCESSOR_TYPE_DEVICE = 1
, PROCESSOR_TYPE_SLAVE = 2
} |
|
template<size_t alignment = GPUCA_BUFFER_ALIGNMENT> |
static size_t | getAlignmentMod (size_t addr) |
|
template<size_t alignment = GPUCA_BUFFER_ALIGNMENT> |
static size_t | getAlignment (size_t addr) |
|
template<size_t alignment = GPUCA_BUFFER_ALIGNMENT> |
static size_t | nextMultipleOf (size_t size) |
|
template<size_t alignment = GPUCA_BUFFER_ALIGNMENT> |
static void * | alignPointer (void *ptr) |
|
template<size_t alignment = GPUCA_BUFFER_ALIGNMENT> |
static size_t | getAlignmentMod (void *addr) |
|
template<size_t alignment = GPUCA_BUFFER_ALIGNMENT> |
static size_t | getAlignment (void *addr) |
|
template<size_t alignment = GPUCA_BUFFER_ALIGNMENT, class S > |
static S * | getPointerWithAlignment (size_t &basePtr, size_t nEntries=1) |
|
template<size_t alignment = GPUCA_BUFFER_ALIGNMENT, class S > |
static S * | getPointerWithAlignment (void *&basePtr, size_t nEntries=1) |
|
template<size_t alignment = GPUCA_BUFFER_ALIGNMENT, class T , class S > |
static void | computePointerWithAlignment (T *&basePtr, S *&objPtr, size_t nEntries=1) |
|
template<class T , class S > |
static void | computePointerWithoutAlignment (T *&basePtr, S *&objPtr, size_t nEntries=1) |
|
void | AllocateAndInitializeLate () |
|
| GPUconstantref () const GPUConstantMem *mConstantMem |
|
GPUReconstruction * | mRec |
|
ProcessorType | mGPUProcessorType |
|
GPUProcessor * | mLinkedProcessor |
|
Definition at line 72 of file GPUReconstructionCPU.h.
◆ SetPointersDeviceProcessor()
void * o2::gpu::GPUReconstructionCPU::GPUProcessorProcessors::SetPointersDeviceProcessor |
( |
void * |
mem | ) |
|
◆ mMemoryResProcessors
int16_t o2::gpu::GPUReconstructionCPU::GPUProcessorProcessors::mMemoryResProcessors = -1 |
◆ mProcessorsProc
GPUConstantMem* o2::gpu::GPUReconstructionCPU::GPUProcessorProcessors::mProcessorsProc = nullptr |
The documentation for this struct was generated from the following file: