We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89020a5 commit 507d171Copy full SHA for 507d171
1 file changed
GPU/GPUTracking/Standalone/Benchmark/standalone.cxx
@@ -223,6 +223,15 @@ int32_t ReadConfiguration(int argc, char** argv)
223
configStandalone.rec.tpc.nWaysOuter = 1;
224
configStandalone.rec.tpc.trackReferenceX = 83;
225
configStandalone.proc.outputSharedClusterMap = 1;
226
+ configStandalone.proc.clearO2OutputFromGPU = 1;
227
+ configStandalone.QA.clusterRejectionHistograms = 1;
228
+ configStandalone.proc.tpcIncreasedMinClustersPerRow = 500000;
229
+ configStandalone.proc.ignoreNonFatalGPUErrors=1;
230
+ // TODO: rundEdx=1
231
+ // GPU_proc.qcRunFraction=$TPC_TRACKING_QC_RUN_FRACTION;"
232
+ // [[ $CTFINPUT == 1 ]] && GPU_CONFIG_KEY+="GPU_proc.tpcInputWithClusterRejection=1;"
233
+ // double pipeline / rtc
234
+
235
}
236
237
if (configStandalone.outputcontrolmem) {
0 commit comments