Skip to content

Commit cdf246a

Browse files
committed
GPU: Fix race condition in TPC ClusterFinder
1 parent 9aa6296 commit cdf246a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

GPU/GPUTracking/TPCClusterFinder/GPUTPCCFCheckPadBaseline.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ GPUd() void GPUTPCCFCheckPadBaseline::Thread<0>(int nBlocks, int nThreads, int i
6363
maxConsecCharges = CAMath::Max(consecCharges, maxConsecCharges);
6464
}
6565
}
66+
GPUbarrier();
6667
}
6768

6869
GPUbarrier();

0 commit comments

Comments
 (0)