Project
Loading...
Searching...
No Matches
GPUReconstruction.cxx File Reference
#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 "GPUMemoryResource.h"
#include "GPUChain.h"
#include "GPUMemorySizeScalers.h"
#include "GPULogging.h"
#include "utils/strtag.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
 

Detailed Description

Author
David Rohr

Definition in file GPUReconstruction.cxx.

Variable Documentation

◆ c

std::condition_variable c

Definition at line 55 of file GPUReconstruction.cxx.

◆ chain

GPUChain* chain = nullptr

Definition at line 53 of file GPUReconstruction.cxx.

◆ done

bool done = false

Definition at line 56 of file GPUReconstruction.cxx.

◆ m

std::mutex m

Definition at line 54 of file GPUReconstruction.cxx.

◆ op

uint32_t op = 0

Definition at line 52 of file GPUReconstruction.cxx.

◆ retVal

int32_t retVal = 0

Definition at line 57 of file GPUReconstruction.cxx.