42#include <sys/select.h>
78std::unique_ptr<GPUReconstructionTimeframe>
tf;
90 printf(
"Error parsing command line parameters\n");
95 printf(
"Config Dump before ReadConfiguration\n");
102 setlocale(LC_ALL,
"en_US.utf-8");
103 setlocale(LC_NUMERIC,
"en_US.utf-8");
109 printf(
"Setting affinitiy to restrict on CPU core %d\n",
configStandalone.cpuAffinity);
110 if (0 != sched_setaffinity(0,
sizeof(
mask), &
mask)) {
111 printf(
"Error setting CPU affinity\n");
116 printf(
"Setting FIFO scheduler\n");
118 sched_getparam(0, &
param);
119 param.sched_priority = 1;
120 if (0 != sched_setscheduler(0, SCHED_FIFO, &
param)) {
121 printf(
"Error setting scheduler\n");
130 feenableexcept(FE_INVALID | FE_DIVBYZERO | FE_OVERFLOW);
138 printf(
"Affinity setting not supported on Windows\n");
142 printf(
"FIFO Scheduler setting not supported on Windows\n");
146 printf(
"FPE not supported on Windows\n");
150#ifndef GPUCA_TPC_GEOMETRY_O2
151#error Why was configStandalone.rec.tpc.mergerReadFromTrackerDirectly = 0 needed?
158#ifndef GPUCA_BUILD_QA
160 printf(
"QA not enabled in build\n");
165 printf(
"Cannot run asynchronous processing with double pipeline\n");
169 printf(
"Double pipeline mode needs at least 3 runs per event and external output. To cycle though multiple events, use --preloadEvents and --runs n for n iterations round-robin\n");
173 printf(
"Cannot run --MERGE and --SIMBUNCHES togeterh\n");
190 printf(
"Can only produce QA pdf output when input files are specified!\n");
211 printf(
"setO2Settings requires the usage of --inputMemory and --outputMemory as in O2\n");
223 bool forceEmptyMemory = getenv(
"LD_PRELOAD") && strstr(getenv(
"LD_PRELOAD"),
"valgrind") !=
nullptr;
225 if (forceEmptyMemory) {
226 printf(
"Valgrind detected, emptying GPU output memory to avoid false positive undefined reads");
231 if (forceEmptyMemory) {
253 printf(
"No GPU backend / device found, running on CPU is disabled due to runGPUforce\n");
265 printf(
"Config Dump after ReadConfiguration\n");
281 printf(
"Error reading event config file\n");
298 GPUSettingsProcessing procSet;
314 printf(
"ERROR: requested to overlay continuous data - not supported\n");
318 printf(
"Continuous mode forced\n");
329 printf(
"Standalone Test Framework for CA Tracker - Using CPU\n");
331 printf(
"Standalone Test Framework for CA Tracker - Using GPU\n");
338 throw std::runtime_error(
"Requested display not available");
340 printf(
"Enabling event display (%s backend)\n",
eventDisplay->frontendName());
343 procSet.runMC =
true;
348 procSet.runMC =
true;
351 steps.
steps = GPUDataTypes::RecoStep::AllRecoSteps;
355 steps.
steps.
setBits(GPUDataTypes::RecoStep::TRDTracking,
false);
368 steps.
steps.
setBits(GPUDataTypes::RecoStep::TPCMerging,
false);
369 steps.
steps.
setBits(GPUDataTypes::RecoStep::TRDTracking,
false);
370 steps.
steps.
setBits(GPUDataTypes::RecoStep::TPCdEdx,
false);
371 steps.
steps.
setBits(GPUDataTypes::RecoStep::TPCCompression,
false);
372 steps.
steps.
setBits(GPUDataTypes::RecoStep::Refit,
false);
376 steps.
steps.
setBits(GPUDataTypes::RecoStep::TRDTracking,
false);
378 steps.
inputs.
set(GPUDataTypes::InOutType::TPCClusters, GPUDataTypes::InOutType::TRDTracklets);
379 steps.
steps.
setBits(GPUDataTypes::RecoStep::TPCDecompression,
false);
380 steps.
inputs.
setBits(GPUDataTypes::InOutType::TPCCompressedClusters,
false);
382 steps.
inputs.
setBits(GPUDataTypes::InOutType::TPCCompressedClusters,
true);
383 steps.
inputs.
setBits(GPUDataTypes::InOutType::TPCClusters,
false);
384 steps.
steps.
setBits(GPUDataTypes::RecoStep::TPCCompression,
false);
385 steps.
steps.
setBits(GPUDataTypes::RecoStep::TPCClusterFinding,
false);
386 steps.
steps.
setBits(GPUDataTypes::RecoStep::TPCDecompression,
true);
387 steps.
outputs.
setBits(GPUDataTypes::InOutType::TPCCompressedClusters,
false);
390 steps.
inputs.
setBits(GPUDataTypes::InOutType::TPCClusters,
false);
392 steps.
steps.
setBits(GPUDataTypes::RecoStep::TPCClusterFinding,
false);
403 steps.
outputs.
setBits(GPUDataTypes::InOutType::TPCMergedTracks, steps.
steps.
isSet(GPUDataTypes::RecoStep::TPCMerging));
404 steps.
outputs.
setBits(GPUDataTypes::InOutType::TPCCompressedClusters, steps.
steps.
isSet(GPUDataTypes::RecoStep::TPCCompression));
406 steps.
outputs.
setBits(GPUDataTypes::InOutType::TPCClusters, steps.
steps.
isSet(GPUDataTypes::RecoStep::TPCClusterFinding));
408 if (steps.
steps.
isSet(GPUDataTypes::RecoStep::TRDTracking)) {
409 if (recSet.tpc.nWays > 1) {
410 recSet.tpc.nWaysOuter = 1;
412 if (procSet.createO2Output && !procSet.trdTrackModelO2) {
413 procSet.createO2Output = 1;
420 steps.
steps.
setBits(GPUDataTypes::RecoStep::TPCdEdx, 0);
422 recSet.useMatLUT =
false;
424 procSet.eventDisplay =
nullptr;
437 steps.
steps.
setBits(GPUDataTypes::RecoStep::TPCDecompression,
true);
438 steps.
steps.
setBits(GPUDataTypes::RecoStep::TPCdEdx,
true);
439 steps.
steps.
setBits(GPUDataTypes::RecoStep::TPCCompression,
false);
440 steps.
steps.
setBits(GPUDataTypes::RecoStep::TPCClusterFinding,
false);
441 steps.
inputs.
setBits(GPUDataTypes::InOutType::TPCRaw,
false);
442 steps.
inputs.
setBits(GPUDataTypes::InOutType::TPCClusters,
false);
443 steps.
inputs.
setBits(GPUDataTypes::InOutType::TPCCompressedClusters,
true);
444 steps.
outputs.
setBits(GPUDataTypes::InOutType::TPCCompressedClusters,
false);
445 procSet.runMC =
false;
446 procSet.runQA =
false;
448 procSet.runCompressionStatistics = 0;
449 procSet.rtc.optSpecialCode = 0;
451 procSet.tpcInputWithClusterRejection = 1;
453 recSet.tpc.disableRefitAttachment = 0xFF;
454 recSet.tpc.looperInterpolationInExtraPass = 0;
455 recSet.maxTrackQPtB5 = CAMath::Min(recSet.maxTrackQPtB5, recSet.tpc.rejectQPtB5);
456 recSet.useMatLUT =
true;
479 procSet.o2PropagatorUseGPUField =
true;
482 printf(
"Error initializing GPUReconstruction!\n");
487 printf(
"ERROR registering memory for the GPU!!!\n");
493 printf(
"ERROR registering input memory for the GPU!!!\n");
514#if defined(GPUCA_TPC_GEOMETRY_O2) && defined(GPUCA_BUILD_QA) && !defined(GPUCA_O2_LIB)
522 throw std::runtime_error(
"Error reading O2 MC dump");
529 printf(
"Converting Native to Legacy ClusterData for overlaying - WARNING: No raw clusters produced - Compression etc will not run!!!\n");
539 if (
tf->LoadCreateTimeFrame(iEvent)) {
543 if (
tf->LoadMergedEvents(iEvent)) {
553 if (encodeZS || zsFilter) {
555 printf(
"Need digit input to run ZS\n");
571 printf(
"Converting Legacy Raw Cluster to Native\n");
586 printf(
"Need cluster native data for on-the-fly TPC transform\n");
608 if (nTracksTotal && nClustersTotal) {
609 *nTracksTotal += nTracks;
616 int32_t iRun = 0, iteration = 0;
617 while ((iteration =
nIteration.fetch_add(1)) < runs) {
619 printf(
"Run %d (thread %d)\n", iteration + 1, threadId);
627 printf(
"Running synchronous phase\n");
630 chainTrackingUse->
mIOPtrs = ioPtrs;
633 timerPipeline->Start();
643 timerPipeline->Stop();
650 if (tmpRetVal == 0 || tmpRetVal == 2) {
651 OutputStat(chainTrackingUse, iRun == 0 ? nTracksTotal :
nullptr, iRun == 0 ? nClustersTotal :
nullptr);
661 printf(
"Running asynchronous phase\n");
686 if (tmpRetVal == 0 || tmpRetVal == 2) {
698 if (tmpRetVal == 2) {
703 printf(
"Non-FATAL GPU error occured, ignoring\n");
705 if (tmpRetVal != 2) {
706 printf(
"Error occured\n");
719int32_t
main(
int argc,
char** argv)
721 std::unique_ptr<GPUReconstruction> recUnique, recUniqueAsync, recUniquePipeline;
730 deviceSet.
master =
nullptr;
732 rec = recUnique.get();
743 printf(
"Error initializing GPUReconstruction\n");
773 std::unique_ptr<std::thread> pipelineThread;
779 std::random_device
rd;
790 in.open(
filename, std::ifstream::binary);
824 printf(
"Preloading events%s",
configStandalone.proc.debugLevel >= 2 ?
"\n" :
"");
829 printf(
"Loading event %d\n",
i);
838 for (int32_t iRunOuter = 0; iRunOuter <
configStandalone.runs2; iRunOuter++) {
844 printf(
"RUN2: %d\n", iRunOuter);
846 int64_t nTracksTotal = 0;
847 int64_t nClustersTotal = 0;
848 int32_t nEventsProcessed = 0;
868 snprintf(fname, 1024,
"event.%d.dump", nEventsProcessed);
870 if (nEventsProcessed == 0) {
878 printf(
"Cannot override max time bin for non-continuous data!\n");
893 printf(
"Processing Event %d\n", iEvent);
897 double pipelineWalltime = 1.;
900 if (
RunBenchmark(
rec,
chainTracking, 1, iEvent, &nTracksTotal, &nClustersTotal) ||
RunBenchmark(
recPipeline,
chainTrackingPipeline, 2, iEvent, &nTracksTotal, &nClustersTotal)) {
905 if (pipeline1.get() || pipeline2.get()) {
920 const int32_t nOrbits = 32;
921 const double colRate = 50000;
922 const double orbitRate = 11245;
923 const double nClsPerTF = 755851. * nOrbits * colRate / orbitRate;
925 const double nGPUsReq = timePerTF * orbitRate / nOrbits;
927 snprintf(stat, 1024,
"Sync phase: %.2f sec per %d orbit TF, %.1f GPUs required", timePerTF, nOrbits, nGPUsReq);
930 snprintf(stat + strlen(stat), 1024 - strlen(stat),
" - Async phase: %f sec per TF", timePerTF);
932 printf(
"%s (Measured %s time - Extrapolated from %d clusters to %d)\n", stat,
configStandalone.proc.debugLevel ?
"kernel" :
"wall", (int32_t)
nClusters, (int32_t)nClsPerTF);
940 if (nEventsProcessed > 1) {
941 printf(
"Total: %ld clusters, %ld tracks\n", nClustersTotal, nTracksTotal);
952 fedisableexcept(FE_INVALID | FE_DIVBYZERO | FE_OVERFLOW);
958 pipelineThread->join();
964 printf(
"Error unregistering memory\n");
970 printf(
"Press a key to exit!\n");
Helper class to access correction maps.
#define GPUCA_OPERATOR_NEW_ALIGNMENT
#define GPUCA_EVDUMP_FILE
double GetCurrentElapsedTime(bool reset=false)
bitfield & setBits(const bitfield v, bool w)
bool isSet(const bitfield &v) const
GPUd() value_type estimateLTFast(o2 static GPUd() float estimateLTIncrement(const o2 PropagatorImpl * Instance(bool uninitialized=false)
void SetQAFromForeignChain(GPUChainTracking *chain)
const CorrectionMapsHelper * GetTPCTransformHelper() const
const GPUTPCGMMerger & GetTPCMerger() const
void ConvertNativeToClusterDataLegacy()
void ConvertZSFilter(bool zs12bit)
void SetO2Propagator(const o2::base::Propagator *prop)
const GPUTRDGeometry * GetTRDGeometry() const
void DumpData(const char *filename)
const o2::base::MatLayerCylSet * GetMatLUT() const
void ConvertRun2RawToNative()
const GPUSettingsDisplay * mConfigDisplay
const GPUQA * GetQA() const
void ConvertZSEncoder(int32_t version)
GPUTrackingInOutPointers & mIOPtrs
struct o2::gpu::GPUChainTracking::InOutMemory mIOMem
int32_t ReadData(const char *filename)
const GPUSettingsQA * mConfigQA
const GPUSettingsProcessing & GetProcessingSettings() const
static constexpr int32_t NSECTORS
static DeviceType GetDeviceType(const char *type)
static GPUDisplayFrontendInterface * getFrontend(const char *type)
int32_t ReadO2MCData(const char *filename)
void UpdateChain(GPUChainTracking *chain)
static int32_t GetMaxTimeBin(const o2::tpc::ClusterNativeAccess &native)
static constexpr int32_t TPCZ
static constexpr int32_t DRIFT_TIME
static DeviceType GetDeviceType(const char *type)
void SetInputControl(void *ptr, size_t size)
void TerminatePipelineWorker()
virtual void startGPUProfiling()
void SetDebugLevelTmp(int32_t level)
const GPUParam & GetParam() const
static bool CheckInstanceAvailable(DeviceType type, bool verbose)
void SetSettings(float solenoidBzNominalGPU, const GPURecoStepConfiguration *workflow=nullptr)
T * AddChain(Args... args)
static GPUReconstruction * CreateInstance(const GPUSettingsDeviceBackend &cfg)
void UpdateSettings(const GPUSettingsGRP *g, const GPUSettingsProcessing *p=nullptr, const GPUSettingsRecDynamic *d=nullptr)
virtual int32_t RunChains()=0
void ClearAllocatedMemory(bool clearOutputs=true)
void PrintMemoryOverview()
void PrintMemoryStatistics()
double GetStatKernelTime()
const GPUSettingsProcessing & GetProcessingSettings() const
void DumpSettings(const char *dir="")
int32_t unregisterMemoryForGPU(const void *ptr)
int32_t registerMemoryForGPU(const void *ptr, size_t size)
const GPUSettingsGRP & GetGRPSettings() const
virtual void PrintKernelOccupancies()
void SetResetTimers(bool reset)
virtual void endGPUProfiling()
int32_t ReadSettings(const char *dir="")
void SetOutputControl(const GPUOutputControl &v)
static void RunEventGenerator(GPUChainTracking *rec)
typedef void(APIENTRYP PFNGLCULLFACEPROC)(GLenum mode)
GLenum GLenum GLsizei len
GPUSettingsStandalone configStandalone
int32_t qConfigParse(int argc, const char **argv, const char *filename)
std::unique_ptr< GPUReconstructionTimeframe > tf
int32_t RunBenchmark(GPUReconstruction *recUse, GPUChainTracking *chainTrackingUse, int32_t runs, int32_t iEvent, int64_t *nTracksTotal, int64_t *nClustersTotal, int32_t threadId=0, HighResTimer *timerPipeline=nullptr)
int32_t SetupReconstruction()
std::unique_ptr< char, void(*)(char *)> outputmemoryPipeline(nullptr, unique_ptr_aligned_delete)
std::atomic< uint32_t > nIteration
GPUReconstruction * recPipeline
std::unique_ptr< char, void(*)(char *)> outputmemory(nullptr, unique_ptr_aligned_delete)
int32_t nEventsInDirectory
int32_t ReadConfiguration(int argc, char **argv)
std::unique_ptr< char, void(*)(char *)> inputmemory(nullptr, unique_ptr_aligned_delete)
int32_t LoadEvent(int32_t iEvent, int32_t x)
std::vector< GPUTrackingInOutPointers > ioPtrEvents
GPUChainITS * chainITSPipeline
int32_t ReadEvent(int32_t n)
void unique_ptr_aligned_delete(char *v)
std::vector< GPUChainTracking::InOutMemory > ioMemEvents
std::unique_ptr< GPUDisplayFrontendInterface > eventDisplay
GPUChainTracking * chainTrackingAsync
GPUChainITS * chainITSAsync
GPUChainTracking * chainTrackingPipeline
GPUReconstruction * recAsync
void OutputStat(GPUChainTracking *t, int64_t *nTracksTotal=nullptr, int64_t *nClustersTotal=nullptr)
std::atomic< uint32_t > nIterationEnd
GPUChainTracking * chainTracking
GPUDataTypes::RecoStepField stepsGPUMask
GPUDataTypes::InOutTypeField outputs
GPUDataTypes::RecoStepField steps
GPUDataTypes::InOutTypeField inputs
GPUReconstruction * master
int32_t doCompClusterDecode
int32_t grpContinuousMaxTimeBin
float solenoidBzNominalGPU
const o2::tpc::ClusterNativeAccess * clustersNative
const GPUTPCMCInfo * mcInfosTPC
uint32_t nClusterData[NSECTORS]
uint32_t nRawClusters[NSECTORS]
const o2::tpc::CompressedClustersFlat * tpcCompressedClusters
const AliHLTTPCClusterMCLabel * mcLabelsTPC
const GPUTrackingInOutZS * tpcZS
const AliHLTTPCRawCluster * rawClusters[NSECTORS]
const GPUTPCClusterData * clusterData[NSECTORS]
uint32_t nOutputTracksTPCO2
uint32_t nMergedTrackHits
const GPUTrackingInOutDigits * tpcPackedDigits
const GPUTPCMCInfoCol * mcInfosTPCCol
const GPUTPCGMMergedTrack * mergedTracks
GPUTPCGMPolynomialField polynomialField
typename std::vector< T, vecpod_allocator< T > > vecpod