![]() |
Project
|
#include <GPUReconstruction.h>
Inherited by o2::gpu::GPUReconstructionProcessing.
Classes | |
| struct | debugInternal |
| class | LibraryLoader |
| struct | MemoryReuseMeta |
| struct | ProcessorData |
Static Public Member Functions | |
| static DeviceType | GetDeviceType (const char *type) |
| static uint32_t | getNIOTypeMultiplicity (InOutPointerType type) |
| static GPUReconstruction * | CreateInstance (const GPUSettingsDeviceBackend &cfg) |
| static GPUReconstruction * | CreateInstance (DeviceType type=DeviceType::CPU, bool forceType=true, GPUReconstruction *master=nullptr) |
| static GPUReconstruction * | CreateInstance (int32_t type, bool forceType, GPUReconstruction *master=nullptr) |
| static GPUReconstruction * | CreateInstance (const char *type, bool forceType, GPUReconstruction *master=nullptr) |
| static bool | CheckInstanceAvailable (DeviceType type, bool verbose) |
| static int32_t | getHostThreadIndex () |
| template<typename T > | |
| static T * | alignedDefaultBufferAllocator (size_t n) |
Public Attributes | |
| std::shared_ptr< GPUReconstructionThreading > | mThreading |
Static Public Attributes | |
| static constexpr uint32_t | NSECTORS = GPUTPCGeometry::NSECTORS |
| static constexpr const char *const | GEOMETRY_TYPE_NAMES [] = {"INVALID", "ALIROOT", "O2"} |
| static constexpr GeometryType | geometryType = GeometryType::O2 |
| static constexpr const char *const | IOTYPENAMES [] |
Protected Member Functions | |
| void | AllocateRegisteredMemoryInternal (GPUMemoryResource *res, GPUOutputControl *control, GPUReconstruction *recPool) |
| void | FreeRegisteredMemory (GPUMemoryResource *res) |
| GPUReconstruction (const GPUSettingsDeviceBackend &cfg) | |
| int32_t | InitPhaseBeforeDevice () |
| virtual int32_t | InitDevice ()=0 |
| int32_t | InitPhasePermanentMemory () |
| int32_t | InitPhaseAfterDevice () |
| void | WriteConstantParams (int32_t stream=-1) |
| virtual int32_t | ExitDevice ()=0 |
| virtual size_t | WriteToConstantMemory (size_t offset, const void *src, size_t size, int32_t stream=-1, gpu_reconstruction_kernels::deviceEvent *ev=nullptr)=0 |
| void | UpdateMaxMemoryUsed () |
| int32_t | EnqueuePipeline (bool terminate=false) |
| GPUChain * | GetNextChainInQueue () |
| virtual int32_t | GPUChkErrInternal (const int64_t error, const char *file, int32_t line) const |
| virtual int32_t | registerMemoryForGPU_internal (const void *ptr, size_t size)=0 |
| virtual int32_t | unregisterMemoryForGPU_internal (const void *ptr)=0 |
| virtual std::unique_ptr< gpu_reconstruction_kernels::threadContext > | GetThreadContext ()=0 |
| size_t | AllocateRegisteredMemoryHelper (GPUMemoryResource *res, void *&ptr, void *&memorypool, void *memorybase, size_t memorysize, void *(GPUMemoryResource::*SetPointers)(void *) const, void *&memorypoolend, const char *device) |
| size_t | AllocateRegisteredPermanentMemory () |
| template<class T , class S > | |
| uint32_t | DumpData (FILE *fp, const T *const *entries, const S *num, InOutPointerType type) |
| template<class T , class S > | |
| size_t | ReadData (FILE *fp, const T **entries, S *num, std::unique_ptr< T[]> *mem, InOutPointerType type, T **nonConstPtrs=nullptr) |
| template<class T > | |
| T * | AllocateIOMemoryHelper (size_t n, const T *&ptr, std::unique_ptr< T[]> &u) |
| int16_t | RegisterMemoryAllocationHelper (GPUProcessor *proc, void *(GPUProcessor::*setPtr)(void *), int32_t type, const char *name, const GPUMemoryReuse &re) |
| template<class T > | |
| void | DumpFlatObjectToFile (const T *obj, const char *file) |
| template<class T > | |
| std::unique_ptr< T > | ReadFlatObjectFromFile (const char *file) |
| template<class T > | |
| void | DumpStructToFile (const T *obj, const char *file) |
| template<class T > | |
| void | DumpDynamicStructToFile (const T *obj, size_t dynamicSize, const char *file) |
| template<class T > | |
| std::unique_ptr< T > | ReadStructFromFile (const char *file, T *obj=nullptr, bool *errorOnMissing=nullptr, bool allowSmaller=false) |
| template<class T , auto F> | |
| aligned_unique_buffer_ptr< T > | ReadDynamicStructFromFile (const char *file) |
| virtual RecoStepField | AvailableGPURecoSteps () |
| virtual bool | CanQueryMaxMemory () |
| GPUConstantMem * | processors () |
| const GPUConstantMem * | processors () const |
| GPUParam & | param () |
| void | debugInit () |
| void | debugExit () |
Static Protected Member Functions | |
| static std::shared_ptr< LibraryLoader > * | GetLibraryInstance (DeviceType type, bool verbose) |
| static std::string | getBackendVersions () |
| static GPUReconstruction * | GPUReconstruction_Create_CPU (const GPUSettingsDeviceBackend &cfg) |
Static Protected Attributes | |
| static std::shared_ptr< LibraryLoader > | sLibCUDA |
| static std::shared_ptr< LibraryLoader > | sLibHIP |
| static std::shared_ptr< LibraryLoader > | sLibOCL |
| static std::unique_ptr< debugInternal > | mDebugData |
Definition at line 71 of file GPUReconstruction.h.
| using o2::gpu::GPUReconstruction::alignedDefaultBufferDeleter = alignedDeleter<char, constants::GPU_BUFFER_ALIGNMENT> |
Definition at line 262 of file GPUReconstruction.h.
Definition at line 88 of file GPUReconstruction.h.
Definition at line 90 of file GPUReconstruction.h.
Definition at line 87 of file GPUReconstruction.h.
Definition at line 92 of file GPUReconstruction.h.
Definition at line 89 of file GPUReconstruction.h.
Definition at line 91 of file GPUReconstruction.h.
| enum o2::gpu::GPUReconstruction::InOutPointerType : uint32_t |
Definition at line 107 of file GPUReconstruction.h.
|
strong |
| Enumerator | |
|---|---|
| CPU | |
| Device | |
| Auto | |
Definition at line 139 of file GPUReconstruction.h.
| enum o2::gpu::GPUReconstruction::retValValue : uint32_t |
| Enumerator | |
|---|---|
| ok | |
| error | |
| doExit | |
| nonFatalErrorCode | |
| abort | |
Definition at line 101 of file GPUReconstruction.h.
|
virtual |
Definition at line 106 of file GPUReconstruction.cxx.
|
delete |
|
protected |
Definition at line 82 of file GPUReconstruction.cxx.
|
inline |
Definition at line 443 of file GPUReconstruction.h.
|
inlinestatic |
Definition at line 264 of file GPUReconstruction.h.
| void * GPUReconstruction::AllocateDirectMemory | ( | size_t | size, |
| int32_t | type | ||
| ) |
Definition at line 735 of file GPUReconstruction.cxx.
|
inlineprotected |
Definition at line 25 of file GPUReconstructionIO.h.
| size_t o2::gpu::GPUReconstruction::AllocateMemoryResources | ( | ) |
| void GPUReconstruction::AllocateRegisteredForeignMemory | ( | int16_t | res, |
| GPUReconstruction * | rec, | ||
| GPUOutputControl * | control = nullptr |
||
| ) |
Definition at line 719 of file GPUReconstruction.cxx.
| size_t GPUReconstruction::AllocateRegisteredMemory | ( | GPUProcessor * | proc, |
| bool | resetCustom = false |
||
| ) |
Definition at line 535 of file GPUReconstruction.cxx.
| size_t GPUReconstruction::AllocateRegisteredMemory | ( | int16_t | res, |
| GPUOutputControl * | control = nullptr |
||
| ) |
Definition at line 724 of file GPUReconstruction.cxx.
|
protected |
Definition at line 579 of file GPUReconstruction.cxx.
|
protected |
Definition at line 633 of file GPUReconstruction.cxx.
|
protected |
Definition at line 556 of file GPUReconstruction.cxx.
| void * GPUReconstruction::AllocateVolatileDeviceMemory | ( | size_t | size | ) |
Definition at line 777 of file GPUReconstruction.cxx.
| void * GPUReconstruction::AllocateVolatileMemory | ( | size_t | size, |
| bool | device | ||
| ) |
Definition at line 799 of file GPUReconstruction.cxx.
|
inlineprotectedvirtual |
Definition at line 323 of file GPUReconstruction.h.
| void GPUReconstruction::BlockStackedMemory | ( | GPUReconstruction * | rec | ) |
Definition at line 939 of file GPUReconstruction.cxx.
|
inlineprotectedvirtual |
Reimplemented in o2::gpu::GPUReconstructionCUDA.
Definition at line 324 of file GPUReconstruction.h.
| int32_t GPUReconstruction::CheckErrorCodes | ( | bool | cpuOnly = false, |
| bool | forceShowErrors = false, |
||
| std::vector< std::array< uint32_t, 4 > > * | fillErrors = nullptr |
||
| ) |
Definition at line 1187 of file GPUReconstruction.cxx.
|
static |
Definition at line 79 of file GPUReconstructionLibrary.cxx.
| void GPUReconstruction::ClearAllocatedMemory | ( | bool | clearOutputs = true | ) |
Definition at line 964 of file GPUReconstruction.cxx.
| void GPUReconstruction::ComputeReuseMax | ( | GPUProcessor * | proc | ) |
Definition at line 491 of file GPUReconstruction.cxx.
| void GPUReconstruction::ConstructGPUProcessor | ( | GPUProcessor * | proc | ) |
Definition at line 489 of file GPUReconstruction.cxx.
|
static |
Definition at line 115 of file GPUReconstructionLibrary.cxx.
|
static |
Definition at line 44 of file GPUReconstructionLibrary.cxx.
|
static |
Definition at line 35 of file GPUReconstructionLibrary.cxx.
|
inlinestatic |
Definition at line 135 of file GPUReconstruction.h.
|
protected |
Definition at line 94 of file GPUReconstructionDebug.cxx.
|
protected |
Definition at line 46 of file GPUReconstructionDebug.cxx.
|
inline |
Definition at line 228 of file GPUReconstruction.h.
| void GPUReconstruction::DrainPipeline | ( | ) |
Definition at line 1129 of file GPUReconstruction.cxx.
|
inlineprotected |
Definition at line 54 of file GPUReconstructionIO.h.
|
inlineprotected |
Definition at line 205 of file GPUReconstructionIO.h.
|
inlineprotected |
Definition at line 112 of file GPUReconstructionIO.h.
Definition at line 1213 of file GPUReconstruction.cxx.
|
inlineprotected |
Definition at line 155 of file GPUReconstructionIO.h.
|
inlinevirtual |
Reimplemented in o2::gpu::GPUReconstructionCUDA.
Definition at line 162 of file GPUReconstruction.h.
|
protected |
Definition at line 1135 of file GPUReconstruction.cxx.
| int32_t GPUReconstruction::Exit | ( | ) |
Definition at line 457 of file GPUReconstruction.cxx.
|
protectedpure virtual |
Implemented in o2::gpu::GPUReconstructionCPU, and o2::gpu::GPUReconstructionDeviceBase.
| int32_t GPUReconstruction::Finalize | ( | ) |
Definition at line 449 of file GPUReconstruction.cxx.
|
protected |
Definition at line 878 of file GPUReconstruction.cxx.
| void GPUReconstruction::FreeRegisteredMemory | ( | GPUProcessor * | proc, |
| bool | freeCustom = false, |
||
| bool | freePermanent = false |
||
| ) |
Definition at line 864 of file GPUReconstruction.cxx.
| void GPUReconstruction::FreeRegisteredMemory | ( | int16_t | res | ) |
Definition at line 873 of file GPUReconstruction.cxx.
|
staticprotected |
Definition at line 188 of file GPUReconstructionLibrary.cxx.
| const GPUCalibObjectsConst & GPUReconstruction::GetCalib | ( | ) | const |
Definition at line 1313 of file GPUReconstruction.cxx.
|
inline |
Definition at line 210 of file GPUReconstruction.h.
| std::string GPUReconstruction::getDebugFolder | ( | const std::string & | prefix = "" | ) |
Definition at line 122 of file GPUReconstructionDebug.cxx.
|
inline |
Definition at line 213 of file GPUReconstruction.h.
| GPUReconstruction::DeviceType GPUReconstruction::GetDeviceType | ( | ) | const |
Definition at line 1307 of file GPUReconstruction.cxx.
|
static |
|
inline |
Definition at line 239 of file GPUReconstruction.h.
| int32_t GPUReconstruction::getGeneralStepNum | ( | GeneralStep | step, |
| bool | validCheck = true |
||
| ) |
Definition at line 1083 of file GPUReconstruction.cxx.
|
pure virtual |
Implemented in o2::gpu::GPUReconstructionProcessing.
Definition at line 160 of file GPUReconstruction.h.
|
inline |
Definition at line 212 of file GPUReconstruction.h.
|
static |
Definition at line 126 of file GPUReconstruction.cxx.
| const GPUTrackingInOutPointers GPUReconstruction::GetIOPtrs | ( | ) | const |
Definition at line 1312 of file GPUReconstruction.cxx.
|
virtual |
Reimplemented in o2::gpu::GPUReconstructionCUDA.
Definition at line 113 of file GPUReconstruction.cxx.
|
staticprotected |
Definition at line 89 of file GPUReconstructionLibrary.cxx.
|
inline |
Definition at line 260 of file GPUReconstruction.h.
|
inline |
Definition at line 156 of file GPUReconstruction.h.
|
inline |
Definition at line 157 of file GPUReconstruction.h.
|
protected |
Definition at line 1161 of file GPUReconstruction.cxx.
|
inlinestatic |
Definition at line 130 of file GPUReconstruction.h.
| const GPUParam & GPUReconstruction::GetParam | ( | ) | const |
Definition at line 1308 of file GPUReconstruction.cxx.
|
inline |
Definition at line 214 of file GPUReconstruction.h.
| int32_t GPUReconstruction::getRecoStepNum | ( | RecoStep | step, |
| bool | validCheck = true |
||
| ) |
Definition at line 1082 of file GPUReconstruction.cxx.
|
inline |
Definition at line 231 of file GPUReconstruction.h.
|
inline |
Definition at line 232 of file GPUReconstruction.h.
|
inline |
Definition at line 233 of file GPUReconstruction.h.
|
inline |
Definition at line 234 of file GPUReconstruction.h.
|
inline |
Definition at line 251 of file GPUReconstruction.h.
|
inline |
Definition at line 252 of file GPUReconstruction.h.
|
protectedpure virtual |
Implemented in o2::gpu::GPUReconstructionCUDA, and o2::gpu::GPUReconstructionProcessing.
| ThrustVolatileAllocator GPUReconstruction::getThrustVolatileDeviceAllocator | ( | ) |
Definition at line 1319 of file GPUReconstruction.cxx.
| int32_t GPUReconstruction::GPUChkErrA | ( | const int64_t | error, |
| const char * | file, | ||
| int32_t | line, | ||
| bool | failOnError | ||
| ) |
Definition at line 1198 of file GPUReconstruction.cxx.
|
inlineprotectedvirtual |
Reimplemented in o2::gpu::GPUReconstructionCUDA, o2::gpu::GPUReconstructionOCL, and o2::gpu::GPUReconstructionDeviceBase.
Definition at line 283 of file GPUReconstruction.h.
|
staticprotected |
Definition at line 49 of file GPUReconstructionCPU.cxx.
| int32_t GPUReconstruction::Init | ( | ) |
Definition at line 131 of file GPUReconstruction.cxx.
|
protectedpure virtual |
Implemented in o2::gpu::GPUReconstructionCPU, and o2::gpu::GPUReconstructionDeviceBase.
|
protected |
Definition at line 421 of file GPUReconstruction.cxx.
|
protected |
Definition at line 222 of file GPUReconstruction.cxx.
|
protected |
Definition at line 410 of file GPUReconstruction.cxx.
|
inline |
Definition at line 208 of file GPUReconstruction.h.
|
inline |
Definition at line 216 of file GPUReconstruction.h.
| void GPUReconstruction::MakeFutureDeviceMemoryAllocationsVolatile | ( | ) |
Definition at line 810 of file GPUReconstruction.cxx.
|
inline |
Definition at line 199 of file GPUReconstruction.h.
|
inline |
Definition at line 227 of file GPUReconstruction.h.
|
delete |
|
inline |
Definition at line 226 of file GPUReconstruction.h.
|
protected |
Definition at line 1311 of file GPUReconstruction.cxx.
| void GPUReconstruction::PopNonPersistentMemory | ( | RecoStep | step, |
| uint64_t | tag, | ||
| const GPUProcessor * | proc = nullptr |
||
| ) |
Definition at line 895 of file GPUReconstruction.cxx.
| void GPUReconstruction::PrepareEvent | ( | ) |
Definition at line 1168 of file GPUReconstruction.cxx.
|
inlinevirtual |
Reimplemented in o2::gpu::GPUReconstructionCUDA.
Definition at line 250 of file GPUReconstruction.h.
| void GPUReconstruction::PrintMemoryMax | ( | ) |
Definition at line 993 of file GPUReconstruction.cxx.
| void GPUReconstruction::PrintMemoryOverview | ( | ) |
Definition at line 998 of file GPUReconstruction.cxx.
| void GPUReconstruction::PrintMemoryStatistics | ( | ) |
Definition at line 1008 of file GPUReconstruction.cxx.
|
inlineprotected |
Definition at line 327 of file GPUReconstruction.h.
|
inlineprotected |
Definition at line 328 of file GPUReconstruction.h.
| void GPUReconstruction::PushNonPersistentMemory | ( | uint64_t | tag | ) |
Definition at line 890 of file GPUReconstruction.cxx.
|
inlineprotected |
Definition at line 78 of file GPUReconstructionIO.h.
|
inlineprotected |
Definition at line 219 of file GPUReconstructionIO.h.
|
inlineprotected |
Definition at line 126 of file GPUReconstructionIO.h.
| int32_t GPUReconstruction::ReadSettings | ( | const char * | dir = "" | ) |
Definition at line 1248 of file GPUReconstruction.cxx.
|
inlineprotected |
Definition at line 168 of file GPUReconstructionIO.h.
| void GPUReconstruction::RegisterGPUDeviceProcessor | ( | GPUProcessor * | proc, |
| GPUProcessor * | slaveProcessor | ||
| ) |
Definition at line 488 of file GPUReconstruction.cxx.
|
inline |
Definition at line 456 of file GPUReconstruction.h.
|
inline |
Definition at line 450 of file GPUReconstruction.h.
|
protected |
Definition at line 506 of file GPUReconstruction.cxx.
| int32_t GPUReconstruction::registerMemoryForGPU | ( | const void * | ptr, |
| size_t | size | ||
| ) |
Definition at line 1037 of file GPUReconstruction.cxx.
|
protectedpure virtual |
Implemented in o2::gpu::GPUReconstructionCUDA, o2::gpu::GPUReconstructionCPU, and o2::gpu::GPUReconstructionDeviceBase.
|
inline |
Definition at line 170 of file GPUReconstruction.h.
| void GPUReconstruction::ResetRegisteredMemoryPointers | ( | GPUProcessor * | proc | ) |
Definition at line 834 of file GPUReconstruction.cxx.
| void GPUReconstruction::ResetRegisteredMemoryPointers | ( | int16_t | res | ) |
Definition at line 843 of file GPUReconstruction.cxx.
| void GPUReconstruction::ReturnVolatileDeviceMemory | ( | ) |
Definition at line 816 of file GPUReconstruction.cxx.
| void GPUReconstruction::ReturnVolatileMemory | ( | ) |
Definition at line 828 of file GPUReconstruction.cxx.
|
pure virtual |
Implemented in o2::gpu::GPUReconstructionCPU.
| void GPUReconstruction::RunPipelineWorker | ( | ) |
Definition at line 1085 of file GPUReconstruction.cxx.
| void GPUReconstruction::setDebugDumpCallback | ( | std::function< void()> && | callback = std::function<void()>(nullptr) | ) |
Definition at line 109 of file GPUReconstructionDebug.cxx.
| void GPUReconstruction::SetDebugLevelTmp | ( | int32_t | level | ) |
Definition at line 1310 of file GPUReconstruction.cxx.
|
inline |
Definition at line 238 of file GPUReconstruction.h.
Definition at line 1306 of file GPUReconstruction.cxx.
Definition at line 959 of file GPUReconstruction.cxx.
|
inline |
Definition at line 223 of file GPUReconstruction.h.
Definition at line 1299 of file GPUReconstruction.cxx.
| void GPUReconstruction::SetResetTimers | ( | bool | reset | ) |
Definition at line 1309 of file GPUReconstruction.cxx.
| void GPUReconstruction::SetSettings | ( | const GPUSettingsGRP * | grp, |
| const GPUSettingsRec * | rec = nullptr, |
||
| const GPUSettingsProcessing * | proc = nullptr, |
||
| const GPURecoStepConfiguration * | workflow = nullptr |
||
| ) |
Definition at line 1280 of file GPUReconstruction.cxx.
| void GPUReconstruction::SetSettings | ( | float | solenoidBzNominalGPU, |
| const GPURecoStepConfiguration * | workflow = nullptr |
||
| ) |
Definition at line 1266 of file GPUReconstruction.cxx.
|
inline |
Definition at line 464 of file GPUReconstruction.h.
|
inline |
Definition at line 204 of file GPUReconstruction.h.
|
inline |
Definition at line 203 of file GPUReconstruction.h.
|
inlinevirtual |
Reimplemented in o2::gpu::GPUReconstructionCUDA.
Definition at line 161 of file GPUReconstruction.h.
| void GPUReconstruction::TerminatePipelineWorker | ( | ) |
Definition at line 1124 of file GPUReconstruction.cxx.
| bool GPUReconstruction::triggerDebugDump | ( | ) |
Definition at line 179 of file GPUReconstructionDebug.cxx.
| void GPUReconstruction::UnblockStackedMemory | ( | ) |
Definition at line 948 of file GPUReconstruction.cxx.
| int32_t GPUReconstruction::unregisterMemoryForGPU | ( | const void * | ptr | ) |
Definition at line 1049 of file GPUReconstruction.cxx.
|
protectedpure virtual |
Implemented in o2::gpu::GPUReconstructionCUDA, o2::gpu::GPUReconstructionCPU, and o2::gpu::GPUReconstructionDeviceBase.
| void GPUReconstruction::UpdateDynamicSettings | ( | const GPUSettingsRecDynamic * | d | ) |
Definition at line 1224 of file GPUReconstruction.cxx.
|
protected |
Definition at line 987 of file GPUReconstruction.cxx.
| void GPUReconstruction::UpdateSettings | ( | const GPUSettingsGRP * | g, |
| const GPUSettingsProcessing * | p = nullptr, |
||
| const GPUSettingsRecDynamic * | d = nullptr |
||
| ) |
Definition at line 1229 of file GPUReconstruction.cxx.
|
protected |
Definition at line 441 of file GPUReconstruction.cxx.
|
protectedpure virtual |
|
staticconstexpr |
Definition at line 94 of file GPUReconstruction.h.
|
staticconstexpr |
Definition at line 98 of file GPUReconstruction.h.
|
staticconstexpr |
Definition at line 127 of file GPUReconstruction.h.
|
protected |
Definition at line 77 of file GPUReconstruction.h.
|
staticprotected |
Definition at line 434 of file GPUReconstruction.h.
|
protected |
Definition at line 435 of file GPUReconstruction.h.
|
protected |
Definition at line 335 of file GPUReconstruction.h.
|
protected |
Definition at line 331 of file GPUReconstruction.h.
|
protected |
Definition at line 361 of file GPUReconstruction.h.
|
protected |
Definition at line 353 of file GPUReconstruction.h.
|
protected |
Definition at line 354 of file GPUReconstruction.h.
|
protected |
Definition at line 355 of file GPUReconstruction.h.
|
protected |
Definition at line 357 of file GPUReconstruction.h.
|
protected |
Definition at line 356 of file GPUReconstruction.h.
|
protected |
Definition at line 358 of file GPUReconstruction.h.
|
protected |
Definition at line 359 of file GPUReconstruction.h.
|
protected |
Definition at line 343 of file GPUReconstruction.h.
|
protected |
Definition at line 404 of file GPUReconstruction.h.
|
protected |
Definition at line 381 of file GPUReconstruction.h.
|
protected |
Definition at line 334 of file GPUReconstruction.h.
|
protected |
Definition at line 330 of file GPUReconstruction.h.
|
protected |
Definition at line 346 of file GPUReconstruction.h.
|
protected |
Definition at line 347 of file GPUReconstruction.h.
|
protected |
Definition at line 348 of file GPUReconstruction.h.
|
protected |
Definition at line 350 of file GPUReconstruction.h.
|
protected |
Definition at line 349 of file GPUReconstruction.h.
|
protected |
Definition at line 351 of file GPUReconstruction.h.
|
protected |
Definition at line 352 of file GPUReconstruction.h.
|
protected |
Definition at line 371 of file GPUReconstruction.h.
|
protected |
Definition at line 370 of file GPUReconstruction.h.
|
protected |
Definition at line 338 of file GPUReconstruction.h.
|
protected |
Definition at line 365 of file GPUReconstruction.h.
|
protected |
Definition at line 380 of file GPUReconstruction.h.
|
protected |
Definition at line 383 of file GPUReconstruction.h.
|
protected |
Definition at line 406 of file GPUReconstruction.h.
|
protected |
Definition at line 76 of file GPUReconstruction.h.
|
protected |
Definition at line 400 of file GPUReconstruction.h.
|
protected |
Definition at line 339 of file GPUReconstruction.h.
|
protected |
Definition at line 75 of file GPUReconstruction.h.
|
protected |
Definition at line 373 of file GPUReconstruction.h.
|
protected |
Definition at line 402 of file GPUReconstruction.h.
|
protected |
Definition at line 403 of file GPUReconstruction.h.
|
protected |
Definition at line 401 of file GPUReconstruction.h.
|
protected |
Definition at line 382 of file GPUReconstruction.h.
|
protected |
Definition at line 337 of file GPUReconstruction.h.
|
protected |
Definition at line 378 of file GPUReconstruction.h.
|
protected |
Definition at line 408 of file GPUReconstruction.h.
|
protected |
Definition at line 336 of file GPUReconstruction.h.
|
protected |
Definition at line 393 of file GPUReconstruction.h.
|
protected |
Definition at line 341 of file GPUReconstruction.h.
|
protected |
Definition at line 363 of file GPUReconstruction.h.
|
protected |
Definition at line 377 of file GPUReconstruction.h.
|
protected |
Definition at line 367 of file GPUReconstruction.h.
|
protected |
Definition at line 366 of file GPUReconstruction.h.
|
protected |
Definition at line 376 of file GPUReconstruction.h.
|
protected |
Definition at line 374 of file GPUReconstruction.h.
|
protected |
Definition at line 372 of file GPUReconstruction.h.
|
protected |
Definition at line 375 of file GPUReconstruction.h.
| std::shared_ptr<GPUReconstructionThreading> o2::gpu::GPUReconstruction::mThreading |
Definition at line 258 of file GPUReconstruction.h.
|
protected |
Definition at line 405 of file GPUReconstruction.h.
|
protected |
Definition at line 360 of file GPUReconstruction.h.
|
staticconstexpr |
Definition at line 85 of file GPUReconstruction.h.
|
staticprotected |
Definition at line 430 of file GPUReconstruction.h.
|
staticprotected |
Definition at line 430 of file GPUReconstruction.h.
|
staticprotected |
Definition at line 430 of file GPUReconstruction.h.