-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Revert "speedup SiStripClusterizer(FromRaw) using ThreeThresholdAlgorithm" #47803
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
Revert "speedup SiStripClusterizer(FromRaw) using ThreeThresholdAlgorithm" #47803
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-47803/44398 |
A new Pull Request was created by @slava77 for master. It involves the following packages:
@atpathak, @cmsbuild, @consuegs, @jfernan2, @mandrenguyen, @perrotta can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@cmsbuild please test |
+1 Size: This PR adds an extra 20KB to repository The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: Comparison SummarySummary:
|
+alca
|
@slava77, I gather a backport PR to CMSSW_15_0_X is in order.. Please prepare that one too (with CMSSW_15_0_4 coming up later today, this was timed somewhat awkwardly). |
+1 |
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. @antoniovilela, @rappoccio, @mandrenguyen, @sextonkennedy (and backports should be raised in the release meeting by the corresponding L2) |
For reference, from current measurements the change in timing is of about 1 ms
|
Thanks for the tests. It seems like the full scale tests are even closer to the middle of almost no impact (still faster after reverting). |
+1 |
Reverts #47061
#47061 (comment)
Following the TSG timing checks of the full unpacking/clustering showing possible slow down (initially reported late Jan/early Feb), I rechecked the impact and (unfortunately) confirm on data inputs (full menu based on /dev/CMSSW_14_2_0/GRun/V12 data from run 386593, 10K events, single thread test, in a configuration with mkFit and full strip unpacking and max cluster size set to 8):
hltSiStripRawToClustersFacility
I can speculate that callgrind is so slow that the underlying hardware memory access costs are mis-represented
I tried to measure the impact of individual contributions
FastTimerService
The timing tests were done in CMSSW_14_2_1
@mmasciov
@elusian