![]() |
Project
|
#include <cstring>#include <cstdio>#include <iostream>#include <mutex>#include <string>#include <map>#include <queue>#include <condition_variable>#include <array>#include "GPUReconstruction.h"#include "GPUReconstructionIncludes.h"#include "GPUReconstructionThreading.h"#include "GPUReconstructionIO.h"#include "GPUROOTDumpCore.h"#include "GPUConfigDump.h"#include "GPUChainTracking.h"#include "GPUConstantMem.h"#include "GPUCommonHelpers.h"#include "GPUSettings.h"#include "GPUMemoryResource.h"#include "GPUChain.h"#include "GPUMemorySizeScalers.h"#include "GPULogging.h"#include "utils/strtag.h"#include "utils/stdspinlock.h"#include "GPUReconstructionIncludesITS.h"Go to the source code of this file.
Classes | |
| struct | o2::gpu::GPUReconstructionPipelineContext |
Namespaces | |
| namespace | o2 |
| a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
| namespace | o2::gpu |
| namespace | o2::gpu::internal |
Definition in file GPUReconstruction.cxx.
| std::condition_variable c |
Definition at line 59 of file GPUReconstruction.cxx.
| GPUChain* chain = nullptr |
Definition at line 57 of file GPUReconstruction.cxx.
| bool done = false |
Definition at line 60 of file GPUReconstruction.cxx.
| std::mutex m |
Definition at line 58 of file GPUReconstruction.cxx.
| uint32_t op = 0 |
Definition at line 56 of file GPUReconstruction.cxx.
| int32_t retVal = 0 |
Definition at line 61 of file GPUReconstruction.cxx.