-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make the the size of the binner (HistoContainer) settable at run time. The total number of Pixel Clusters is not a limit anymore on GPU #33371
Conversation
This makes the pixel local reconstruction independent from the size of the event, and tuple-making independent of the number of hits. Some of the containers used by the CA remain of fixed size, as they cannot be extended during the pattern recognition).
@cmsbuild please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33371/21961
|
A new Pull Request was created by @VinInn (Vincenzo Innocente) for master. It involves the following packages: CUDADataFormats/SiPixelCluster @perrotta, @makortel, @jpata, @fwyzard, @slava77 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
enable gpu |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-7401c4/14093/summary.html GPU Comparison SummarySummary:
Comparison SummarySummary:
|
This comment has been minimized.
This comment has been minimized.
I'd like to retest this after #31854 is merged, to check also the triplets. |
ok. So we are ready to merge, aren't we? |
@VinInn, CMSSW_11_3_X branch is closed for direct updates. cms-bot is going to move this PR to master branch. |
@VinInn, CMSSW_11_3_X branch is closed for direct updates. cms-bot is going to move this PR to master branch. |
should be ok now |
+heterogeneous |
+reconstruction
@VinInn please copy relevant details of cms-patatrack#590 in this PR description to improve direct self-documentation |
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
can this be merged before the weekend? |
+1 |
port of cms-patatrack#590.
It makes LocalReco independent from the size of the event and tuple-making independent of the number of hits.
Some of the containers used by the CA will remain of fixed size (cannot be extended during the pattern recognition).
purely technical. no regression expected (unless the total number of clusters was larger than previous limit).
Further needs by HI and Phase2 will be adressed in future PRs