From 507b3d6685366df73cc42265ce1dd071d524b30c Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 14 May 2025 07:38:20 +0000 Subject: [PATCH] Please consider the following formatting changes --- GPU/GPUTracking/TPCClusterFinder/GPUTPCNNClusterizerKernels.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPU/GPUTracking/TPCClusterFinder/GPUTPCNNClusterizerKernels.cxx b/GPU/GPUTracking/TPCClusterFinder/GPUTPCNNClusterizerKernels.cxx index cd9647dbf8075..744f3a4cc5868 100644 --- a/GPU/GPUTracking/TPCClusterFinder/GPUTPCNNClusterizerKernels.cxx +++ b/GPU/GPUTracking/TPCClusterFinder/GPUTPCNNClusterizerKernels.cxx @@ -328,7 +328,7 @@ GPUd() uint32_t GPUTPCNNClusterizerKernels::sortIntoBuckets(GPUTPCClusterFinder& if (index < maxElemsPerBucket) { buckets[maxElemsPerBucket * row + index] = cluster; } else { - printf("ERROR AR THREADIDX: full_glo_idx %d with row %d. Cluster features: %f %f %f %f %f %f \n", full_glo_idx, row,cluster.getPad(), cluster.getTime(), cluster.getQtot(), cluster.getQmax(), cluster.getSigmaPad(), cluster.getSigmaTime()); + printf("ERROR AR THREADIDX: full_glo_idx %d with row %d. Cluster features: %f %f %f %f %f %f \n", full_glo_idx, row, cluster.getPad(), cluster.getTime(), cluster.getQtot(), cluster.getQmax(), cluster.getSigmaPad(), cluster.getSigmaTime()); clusterer.raiseError(GPUErrors::ERROR_CF_ROW_CLUSTER_OVERFLOW, clusterer.mISector * 1000 + row, index, maxElemsPerBucket); CAMath::AtomicExch(&elemsInBucket[row], maxElemsPerBucket); }