We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6562d2d + 50f81c3 commit a115465Copy full SHA for a115465
RecoLocalTracker/SiPixelClusterizer/plugins/alpaka/ClusterChargeCut.h
@@ -95,8 +95,11 @@ namespace pixelClustering {
95
}
96
97
nclus = maxNumClustersPerModules;
98
+ clus_view[thisModuleId].clusInModule() = nclus;
99
100
101
+ ALPAKA_ASSERT_ACC(clus_view[thisModuleId].clusInModule() <= maxNumClustersPerModules);
102
+
103
#ifdef GPU_DEBUG
104
if (thisModuleId % 100 == 1)
105
if (cms::alpakatools::once_per_block(acc))
0 commit comments