Skip to content

Commit b0a8563

Browse files
committed
Add some more O2 settings to --setO2Settings of standalone benchmark
1 parent 73bc03d commit b0a8563

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

GPU/GPUTracking/Standalone/Benchmark/standalone.cxx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)