Skip to content

Commit

Permalink
This pinned host pointer doesn't need cudaEventRecord()
Browse files Browse the repository at this point in the history
  • Loading branch information
makortel committed Jan 22, 2020
1 parent 6b8bb11 commit c7a5d59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ namespace pixelgpudetails {
}
clusters_d = SiPixelClustersCUDA(gpuClustering::MaxNumModules, stream);

nModules_Clusters_h = cms::cuda::make_host_unique<uint32_t[]>(2, stream);
nModules_Clusters_h = cms::cuda::make_host_unique<uint32_t[]>(2);

if (wordCounter) // protect in case of empty event....
{
Expand Down

0 comments on commit c7a5d59

Please sign in to comment.