Skip to content
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

[HGCAL trigger] Technical developments on Stage 1 emulator, validation and floating point compression #42856

Merged
merged 10 commits into from
Oct 16, 2023

Conversation

jbsauvan
Copy link
Contributor

PR description

Technical developments:

  • Stage 1 emulator developments for and following comparison tests with firmware
    • To be noted that the Stage 1 emulator is not run in standard sequences
  • Fixes and updates in the validation code
  • Floating point compression code now working in 64bits

Associated internal PRs and reviews:

PR validation

Tested D86, D92, D9 workflows

runTheMatrix.py -w upgrade -l 20034.0 --maxSteps=2 & # D86
runTheMatrix.py -w upgrade -l 22434.0 --maxSteps=2 & # D92
runTheMatrix.py -w upgrade -l 23234.0 --maxSteps=2 & # D94

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-42856/36994

  • This PR adds an extra 64KB to repository

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @jbsauvan (Jean-Baptiste Sauvan) for master.

It involves the following packages:

  • L1Trigger/L1THGCal (upgrade, l1)
  • Validation/HGCalValidation (dqm)

@aloeliger, @epalencia, @nothingface0, @emanueleusai, @cmsbuild, @AdrianoDee, @srimanob, @pmandrik, @syuvivida, @tjavaid, @micsucmed, @rvenditti can you please review it and eventually sign? Thanks.
@youyingli, @vandreev11, @sethzenz, @bsunanda, @rovere, @lgray, @Martin-Grunewald, @apsallid, @cseez, @pfs, @lecriste, @hatakeyamak, @missirol, @amarini, @ebrondol this is something you requested to watch as well.
@rappoccio, @antoniovilela, @sextonkennedy you are the release manager for this.

cms-bot commands are listed here

@jbsauvan
Copy link
Contributor Author

jbsauvan commented Oct 2, 2023

Hello, would it be possible to trigger the tests?
Thanks a lot!

@srimanob
Copy link
Contributor

srimanob commented Oct 2, 2023

@cmsbuild please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 2, 2023

-1

Failed Tests: ClangBuild
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-8ec00a/34994/summary.html
COMMIT: f26f1fd
CMSSW: CMSSW_13_3_X_2023-10-01-2300/el8_amd64_gcc11
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmssw/42856/34994/install.sh to create a dev area with all the needed externals and cmssw changes.

Clang Build

I found compilation warning while trying to compile with clang. Command used:

USER_CUDA_FLAGS='--expt-relaxed-constexpr' USER_CXXFLAGS='-Wno-register -fsyntax-only' scram build -k -j 32 COMPILER='llvm compile'

See details on the summary page.

Comment on lines 262 to 265
if (isScintillator) { // HGCalHSc
tc_vphi = (tc_vphi - 1) % 4;
if (tc_ueta <= 3) {
tc_ueta = tc_ueta;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You likely don't mean tc_ueta = tc_ueta here. This is what is causing the build errors. What should this actually be?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @aloeliger
It is actually doing what it should be. Just the way it is written that is not ideal.
I will rewrite that.

@srimanob
Copy link
Contributor

srimanob commented Oct 5, 2023

@cmsbuild please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 5, 2023

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-8ec00a/35057/summary.html
COMMIT: 71e7867
CMSSW: CMSSW_13_3_X_2023-10-04-2300/el8_amd64_gcc11
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmssw/42856/35057/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

  • You potentially removed 4 lines from the logs
  • Reco comparison results: 10 differences found in the comparisons
  • DQMHistoTests: Total files compared: 50
  • DQMHistoTests: Total histograms compared: 3356920
  • DQMHistoTests: Total failures: 6
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3356892
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 49 files compared)
  • Checked 214 log files, 167 edm output root files, 50 DQM output files
  • TriggerResults: no differences found

@aloeliger
Copy link
Contributor

+l1

@srimanob
Copy link
Contributor

srimanob commented Oct 9, 2023

+Upgrade

@tjavaid
Copy link

tjavaid commented Oct 14, 2023

+1

@cmsbuild
Copy link
Contributor

This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @antoniovilela, @sextonkennedy, @rappoccio (and backports should be raised in the release meeting by the corresponding L2)

@antoniovilela
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit 3883527 into cms-sw:master Oct 16, 2023
11 checks passed
jbsauvan added a commit to jbsauvan/cmssw that referenced this pull request Dec 22, 2023
jbsauvan added a commit to jbsauvan/cmssw that referenced this pull request Dec 22, 2023
jbsauvan added a commit to hgc-tpg/cmssw that referenced this pull request Dec 22, 2023
jbsauvan added a commit to hgc-tpg/cmssw that referenced this pull request Dec 22, 2023
zhenbinwu pushed a commit to zhenbinwu/cmssw that referenced this pull request Feb 14, 2024
zhenbinwu pushed a commit to zhenbinwu/cmssw that referenced this pull request Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants