-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
MTD Geometry: update DDD filtering for better memory performance #46531
base: master
Are you sure you want to change the base?
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46531/42394 |
A new Pull Request was created by @fabiocos for master. It involves the following packages:
@Dr15Jones, @Moanwar, @bsunanda, @civanch, @cmsbuild, @kpedro88, @makortel, @mdhildreth, @srimanob, @subirsarkar can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
+1 Size: This PR adds an extra 20KB to repository Comparison SummarySummary:
|
enable profiling |
please test |
as far as I can see in my standalone unit test on cmsdev45, there is no obvious significant impact on the speed of execution, in any case the caching of the strings is preserved to prevent the previous performance problems, that were fixed one year ago. |
+geometry |
@smuzaffar are two days normal for a profiling request? As pointed out by @makortel the memory benefit seems anyway visible by the simple memory report in log files, so in case I could abort the test |
No @fabiocos , it is not normal. We had only one node to run IB and PR profiling jobs and there were many such jobs waiting for there turn. I now have add couple of more nodes to run profiling jobs |
please test I can not find any trace of previous profiling jobs in jenkins so lets retry the tests |
-1 Failed Tests: RelVals-INPUT
RelVals-INPUT
Expand to see more relval errors ...
Comparison SummarySummary:
|
input errors appear to be unrelated to this PR, the profiling seems to me inconclusive for the problem addressed by this PR. |
type performance-improvements |
please test |
-1 Failed Tests: UnitTests RelVals-INPUT Unit TestsI found 1 errors in the following unit tests: ---> test GeometryMTDNumberingBuilderTestDriver had ERRORS RelVals-INPUT
Expand to see more relval errors ...
Comparison SummarySummary:
|
the unit test was broken by other concurrent developments |
please test with #46608 |
-1 Failed Tests: RelVals-INPUT RelVals-INPUT
Comparison SummarySummary:
|
PR description:
This PR addresses #46512 , by:
string_view
for comparisons to reduce memory usage.PR validation:
Geometry/MTD*
unit tests successfully run, producing geometry dumps consistent with the reference.