-
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
Add bit wise unity initialization for default LUT arrays #42390
Add bit wise unity initialization for default LUT arrays #42390
Conversation
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42390/36409
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
I thought I did the format anyways... |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42390/36410
|
A new Pull Request was created by @aloeliger (Andrew Loeliger) for master. It involves the following packages:
@epalencia, @cmsbuild, @aloeliger can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test for CMSSW_13_3_CPP20_X |
-1 Failed Tests: RelVals AddOn RelVals
Expand to see more relval errors ...
AddOn Tests
Expand to see more addon errors ... |
Warnings are gone, and test/relval failures are expected. |
CaloL1 experts are reviewing whether they want an exception here instead of a default value in the case of no LUT loaded. |
+l1
|
This pull request is fully signed and it will be integrated in one of the next master IBs (but tests are reportedly failing). This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-67a332/34087/summary.html Comparison SummarySummary:
|
please test I don't know what the following string, that appears in the logs of the bot tests, actually means
Let try testing once again, and see if the quite several differences in outputs (that shouldn't be expected, in my opinion) somehow disappear |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-67a332/34096/summary.html Comparison SummarySummary:
|
+1 |
PR description:
(Potentially) fixes the other maybe-uninitialized warning present in #41794. This update initializes the default LUT arrays to a null value, then fills each with a bit-wise unity. I need to double check that this solution is acceptable to the calorimeter trigger experts, so it may get changed later.
@iarspider this should hopefully fix the remaining warnings in
L1TCaloLayer1
.PR validation:
All code compiles, passes the code checks, and has had code formatting applied. Because this is slightly more than a trivial technical fix, I have also tested that
runTheMatrix
workflows run without obvious complaintIf this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:
This PR is not a backport