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

[DB-RECONSTRUCTION] [LLVM16]Fix mismatched bound warnings #41504

Merged
merged 1 commit into from
May 8, 2023

Conversation

smuzaffar
Copy link
Contributor

@smuzaffar smuzaffar commented May 3, 2023

CLANG IBs (which now use clang16) has a lot of warnings like [a]. This PR fixes few of these

[a]

warning: argument 'xsum' of type 'float[11]' with mismatched bound [-Warray-parameter]
 void SiPixelTemplate::xsigma2(int fxpix, int lxpix, float sxthr, float xsum[11], float xsig2[11])

@cmsbuild cmsbuild added this to the CMSSW_13_1_X milestone May 3, 2023
@smuzaffar smuzaffar changed the title [DB-RECONSTRUCTION] [LLVM16]Fix set but unused variables warnings [DB-RECONSTRUCTION] [LLVM16]Fix with mismatched bound warnings May 3, 2023
@smuzaffar smuzaffar changed the title [DB-RECONSTRUCTION] [LLVM16]Fix with mismatched bound warnings [DB-RECONSTRUCTION] [LLVM16]Fix mismatched bound warnings May 3, 2023
@cmsbuild
Copy link
Contributor

cmsbuild commented May 3, 2023

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-41504/35377

  • This PR adds an extra 32KB to repository

@cmsbuild
Copy link
Contributor

cmsbuild commented May 3, 2023

A new Pull Request was created by @smuzaffar (Malik Shahzad Muzaffar) for master.

It involves the following packages:

  • CondFormats/SiPixelTransient (db, reconstruction)

@clacaputo, @cmsbuild, @saumyaphor4252, @francescobrivio, @mandrenguyen, @tvami can you please review it and eventually sign? Thanks.
@VinInn, @mroguljic, @dkotlins, @ferencek, @mmusich, @seemasharmafnal, @tvami this is something you requested to watch as well.
@perrotta, @dpiparo, @rappoccio you are the release manager for this.

cms-bot commands are listed here

@smuzaffar smuzaffar modified the milestones: CMSSW_13_1_X, CMSSW_13_2_X May 4, 2023
@mmusich
Copy link
Contributor

mmusich commented May 4, 2023

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented May 5, 2023

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-d90b8e/32379/summary.html
COMMIT: d9764a0
CMSSW: CMSSW_13_1_X_2023-05-04-1100/el8_amd64_gcc11
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmssw/41504/32379/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

  • You potentially removed 9 lines from the logs
  • Reco comparison results: 3862 differences found in the comparisons
  • DQMHistoTests: Total files compared: 48
  • DQMHistoTests: Total histograms compared: 3460877
  • DQMHistoTests: Total failures: 4833
  • DQMHistoTests: Total nulls: 55
  • DQMHistoTests: Total successes: 3455967
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 47 files compared)
  • Checked 207 log files, 159 edm output root files, 48 DQM output files
  • TriggerResults: found differences in 1 / 46 workflows

@francescobrivio
Copy link
Contributor

I see a lot of differences in wf 23634.911, but I dont' think they come from this PR?

@perrotta
Copy link
Contributor

perrotta commented May 5, 2023

I see a lot of differences in wf 23634.911, but I dont' think they come from this PR?

@francescobrivio this is annoyingly recurring these days, see #35109

@mmusich
Copy link
Contributor

mmusich commented May 5, 2023

@perrotta

this is annoyingly recurring these days, see #41200

I don't think you are pointing to the right issue. This PR has changes all over the place (and certainly not in SiStrip as this is a Phase-2 wf).

@perrotta
Copy link
Contributor

perrotta commented May 5, 2023

@mmusich you are right: the correct github issue is #35109 (I'll edit my entry here above)

@francescobrivio
Copy link
Contributor

+db

@mandrenguyen
Copy link
Contributor

+reconstruction

@cmsbuild
Copy link
Contributor

cmsbuild commented May 7, 2023

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. @perrotta, @dpiparo, @rappoccio (and backports should be raised in the release meeting by the corresponding L2)

@rappoccio
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit fd7a675 into cms-sw:master May 8, 2023
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.

8 participants