#include <GPUITSFitter.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 |
|
Definition at line 34 of file GPUITSFitter.h.
◆ clearMemory()
void GPUITSFitter::clearMemory |
( |
| ) |
|
◆ GPUd() [1/11]
o2::gpu::GPUITSFitter::GPUd |
( |
| ) |
const |
|
inline |
◆ GPUd() [2/11]
o2::gpu::GPUITSFitter::GPUd |
( |
| ) |
const |
|
inline |
◆ GPUd() [3/11]
o2::gpu::GPUITSFitter::GPUd |
( |
| ) |
& |
|
inline |
◆ GPUd() [4/11]
o2::gpu::GPUITSFitter::GPUd |
( |
| ) |
|
|
inline |
◆ GPUd() [5/11]
o2::gpu::GPUITSFitter::GPUd |
( |
| ) |
|
|
inline |
◆ GPUd() [6/11]
o2::gpu::GPUITSFitter::GPUd |
( |
| ) |
|
|
inline |
◆ GPUd() [7/11]
o2::gpu::GPUITSFitter::GPUd |
( |
| ) |
|
|
inline |
◆ GPUd() [8/11]
o2::gpu::GPUITSFitter::GPUd |
( |
| ) |
|
|
inline |
◆ GPUd() [9/11]
o2::gpu::GPUITSFitter::GPUd |
( |
| ) |
|
|
inline |
◆ GPUd() [10/11]
o2::gpu::GPUITSFitter::GPUd |
( |
| ) |
|
|
inline |
◆ GPUd() [11/11]
o2::gpu::GPUITSFitter::GPUd |
( |
| ) |
|
◆ InitializeProcessor()
void GPUITSFitter::InitializeProcessor |
( |
| ) |
|
◆ RegisterMemoryAllocation()
void GPUITSFitter::RegisterMemoryAllocation |
( |
| ) |
|
◆ SetMaxData()
◆ SetPointersInput()
void * GPUITSFitter::SetPointersInput |
( |
void * |
mem | ) |
|
◆ SetPointersMemory()
void * GPUITSFitter::SetPointersMemory |
( |
void * |
mem | ) |
|
◆ SetPointersTracks()
void * GPUITSFitter::SetPointersTracks |
( |
void * |
mem | ) |
|
◆ mCellPtrs
◆ mClusterPtrs
◆ mMemory
Memory* o2::gpu::GPUITSFitter::mMemory = nullptr |
|
protected |
◆ mMemoryResInput
int16_t o2::gpu::GPUITSFitter::mMemoryResInput = -1 |
|
protected |
◆ mMemoryResMemory
int16_t o2::gpu::GPUITSFitter::mMemoryResMemory = -1 |
|
protected |
◆ mMemoryResTracks
int16_t o2::gpu::GPUITSFitter::mMemoryResTracks = -1 |
|
protected |
◆ mNMaxTracks
int32_t o2::gpu::GPUITSFitter::mNMaxTracks = 0 |
|
protected |
◆ mNTF
int32_t* o2::gpu::GPUITSFitter::mNTF = nullptr |
|
protected |
◆ mNumberOfLayers
int32_t o2::gpu::GPUITSFitter::mNumberOfLayers |
|
protected |
◆ mNumberOfRoads
int32_t o2::gpu::GPUITSFitter::mNumberOfRoads = 0 |
|
protected |
◆ mRoads
◆ mTF
o2::its::TrackingFrameInfo** o2::gpu::GPUITSFitter::mTF = {nullptr} |
|
protected |
◆ mTracks
int32_t o2::gpu::GPUITSFitter::v { mNTF[i] = v |
The documentation for this class was generated from the following files: