-
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
Bugfix: Run forward and backwards when looking for links in PFBA #14754
Conversation
@cmsbuild please test |
The tests are being triggered in jenkins. |
A new Pull Request was created by @lgray (Lindsey Gray) for CMSSW_8_1_X. It involves the following packages: RecoParticleFlow/PFProducer @cmsbuild, @cvuosalo, @slava77, @davidlange6 can you please review it and eventually sign? Thanks. cms-bot commands are list here #13028 |
Anyone looking at this? |
+1
timing is now worse by ~x.16 for PFBA and x1.3 for pfNoPileup (this one has N*m loop over PFCandidates which terminates sooner or later depending on how close the candidates are)
compare this to the results in the initial PR #14138 (comment) (different machines were used for testing
The net effect of updates to PFBA since #14138 is still positive, roughly 0.5% of total reco time. |
This pull request is fully signed and it will be integrated in one of the next CMSSW_8_1_X IBs (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @slava77, @davidlange6, @Degano, @smuzaffar |
Taking a look at it in igprof/perf stat to see if there's any way to keep the total speed up. |
+1 |
Ensure by brute force that all block orderings are taken care of in PFBA and links between objects are never missed.
Incurs a minor performance penalty since inner loop for link-finding is larger, minor jittery regressions expected.
This fixes the bug reported in Heavy Ions relvals.