-
Notifications
You must be signed in to change notification settings - Fork 208
Update jemalloc to version 5.3.0 #7953
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
Update jemalloc to version 5.3.0 #7953
Conversation
|
please test |
|
A new Pull Request was created by @fwyzard (Andrea Bocci) for branch IB/CMSSW_12_5_X/master. @smuzaffar, @aandvalenzuela, @iarspider can you please review it and eventually sign? Thanks. |
|
please test for el8_amd64_gcc11 |
|
please test for el8_aarch64_gcc10 |
|
please test for el8_ppc64le_gcc10 |
|
please test for slc7_amd64_gcc10 |
|
@gartung FYI |
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-5b2cd5/25723/summary.html |
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-5b2cd5/25726/summary.html |
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-5b2cd5/25717/summary.html Comparison SummarySummary:
|
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-5b2cd5/25719/summary.html Comparison SummarySummary:
|
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-5b2cd5/25718/summary.html Comparison SummarySummary:
|
|
+externals |
|
This pull request is fully signed and it will be integrated in one of the next IB/CMSSW_12_5_X/master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
|
@fwyzard , PR tests look good, let me know when you are done with your tests |
|
Running a GPU-enabled HLT menu on one of the new nodes, jemalloc 5.3.0 is ~1% faster than 5.2.1. jemalloc 5.2.1jemalloc 5.3.0 |
|
I don't know if anyone is interested in measuring the impact on the simulation or the offline reconstruction. From my point of view, we can merge the PR. |
|
By the way, just a reminder of what is the performance without jemalloc, using |
jemalloc-prof.spec
Outdated
| Requires: libunwind | ||
| ## INCLUDE jemalloc-common | ||
| ### RPM external jemalloc-prof %{jemalloc_version} | ||
| Requires: libunwind |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fwyzard , we need to keep this statement before ## INCLUDE jemalloc-common to make sure the it is defined before the %prep section defined in the jemalloc-common . Can you please revert this change ( and may be add a comment why it needs to be on top)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will do
This release contains many speed and space optimizations, from micro optimizations on common paths to rework of internal data structures and locking schemes, and many more too detailed to list below. Multiple percent of system level metric improvements were measured in tested production workloads. The release has gone through large-scale production testing. See https://github.com/jemalloc/jemalloc/releases/tag/5.3.0 for more details.
0cc974e to
412a6f8
Compare
|
please test |
|
Pull request #7953 was updated. |
|
-1 Failed Tests: UnitTests 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: Unit TestsI found errors in the following unit tests: ---> test testhep_ml had ERRORS Comparison SummaryThere are some workflows for which there are errors in the baseline: Summary:
|
|
please test |
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-5b2cd5/25830/summary.html 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:
|
|
+externals |
|
This pull request is fully signed and it will be integrated in one of the next IB/CMSSW_12_5_X/master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
This release contains many speed and space optimizations, from micro optimizations on common paths to rework of internal data structures and locking schemes, and many more too detailed to list below. Multiple percent of system level metric improvements were measured in tested production workloads.
The release has gone through large-scale production testing.
See https://github.com/jemalloc/jemalloc/releases/tag/5.3.0 for more details.
Simplify and make more uniform the syntax of the
jemalloc{,-debug,-prof}.specfiles.