We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b17bb4a commit 8a09be3Copy full SHA for 8a09be3
1 file changed
GPU/GPUTracking/Standalone/Benchmark/standalone.cxx
@@ -226,12 +226,11 @@ int32_t ReadConfiguration(int argc, char** argv)
226
configStandalone.proc.clearO2OutputFromGPU = 1;
227
configStandalone.QA.clusterRejectionHistograms = 1;
228
configStandalone.proc.tpcIncreasedMinClustersPerRow = 500000;
229
- configStandalone.proc.ignoreNonFatalGPUErrors=1;
+ 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