We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 918b923 commit 49b9f8dCopy full SHA for 49b9f8d
1 file changed
GPU/GPUTracking/TPCClusterFinder/GPUTPCCFMCLabelFlattener.cxx
@@ -53,7 +53,7 @@ GPUd() void GPUTPCCFMCLabelFlattener::Thread<GPUTPCCFMCLabelFlattener::setRowOff
53
// but HIP clusters don't support MC labels yet and containers are missing for those clusters.
54
// So append empty label container for each HIP cluster.
55
// Note: This assumes that HIP cluster are store behind regular clusters!
56
- auto &labels = clusterer.mPlabelsByRow[row].data;
+ auto& labels = clusterer.mPlabelsByRow[row].data;
57
labels.resize(std::max(labels.size(), clusterInRow));
58
59
uint32_t labelCount = 0;
0 commit comments