File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
GPU/GPUTracking/Standalone/Benchmark Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -223,6 +223,14 @@ int32_t ReadConfiguration(int argc, char** argv)
223223 configStandalone.rec .tpc .nWaysOuter = 1 ;
224224 configStandalone.rec .tpc .trackReferenceX = 83 ;
225225 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
226234 }
227235
228236 if (configStandalone.outputcontrolmem ) {
You can’t perform that action at this time.
0 commit comments