-
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
Igprof analysis of 11_1_0_p3_ROOT618 : CSCMotherboard::CSCMotherboard #30745
Comments
A new Issue was created by @tommasoboccali Tommaso Boccali. @Dr15Jones, @silviodonato, @dpiparo, @smuzaffar, @makortel can you please review it and eventually sign/assign? Thanks. cms-bot commands are listed here |
assign l1 |
New categories assigned: l1 @benkrikler,@rekovic you have been requested to review this Pull request/Issue and eventually sign? Thanks |
It looks tome that the main culprit is
coming via
The
and NUM_LAYERS is 6 and NUM_HALF_STRIPS_7CFEBS is 225. That makes 6*225*99*4 bytes = 523 kB . GDB gave me 540 hits in the CSCMotherboard constructor (in the workflow mentioned in #30742 (comment)), which makes the total 540*523 kB = 275 MB (this doesn't exactly match to the IgProf report though).
FYI @dildick |
I think that the member |
Dear Sven, I am not sure I get this comment.
Is this for the memory reduction, or a real bug?
If the latter, does it *need* to be ported also in 11_1_X?
(by the way, I cannot even see the comment here in github, I only got it from a github email... strange)
…On Tue, Jul 28, 2020 at 6:51 PM Sven Dildick ***@***.***> wrote:
This condition
https://github.com/cms-sw/cmssw/blob/master/L1Trigger/CSCTriggerPrimitives/src/CSCTriggerPrimitivesBuilder.cc#L340
should be
else if (isSLHC_ and ring == 1 and ((stat == 2 and runME21Up_ and !runME21ILT_) ||
(stat == 3 and runME31Up_) || (stat == 4 and runME41Up_))) {
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#30745 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA7HMYOGZY4ML6HGHJRKK7DR536WTANCNFSM4O3ZF2JA>
.
--
Tommaso Boccali
INFN Pisa
|
The comment posted earlier is only relevant for a different issue. After removing |
@tommasoboccali Should have a look at newer versions of the CSC trigger if the situation has changed? |
Ciao! thanks tom |
Dear all,
an igprof analysis of L1+RECO here shows a large allocation (~ 220 MB) in
CSCMotherboard::CSCMotherboard(unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, edm::ParameterSet const&)
direct link to the report HERE
Can you please have a look whether this is expected / correct?
cheers
The text was updated successfully, but these errors were encountered: