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

TrackingRecHitSoA Classes Clean Up #40575

Merged
merged 1 commit into from Feb 4, 2023

Conversation

AdrianoDee
Copy link
Contributor

PR description:

Prompted by #40465 (comment) fixes the issue. Took the chance to do a minor cleanup of the TrackingRecHitSoA* classes.

Technical PR. No change expected.

@cmsbuild
Copy link
Contributor

-code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-40575/33820

Code check has found code style and quality issues which could be resolved by applying following patch(s)

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-40575/33821

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @AdrianoDee (Adriano Di Florio) for master.

It involves the following packages:

  • CUDADataFormats/TrackingRecHit (heterogeneous, reconstruction)
  • RecoLocalTracker/SiPixelRecHits (reconstruction)
  • RecoPixelVertexing/PixelTriplets (reconstruction)

@cmsbuild, @makortel, @mandrenguyen, @clacaputo, @fwyzard can you please review it and eventually sign? Thanks.
@mtosi, @VourMa, @felicepantaleo, @GiacomoSguazzoni, @JanFSchulte, @rovere, @VinInn, @mroguljic, @missirol, @dkotlins, @ferencek, @gpetruc, @mmusich, @threus, @dgulhan, @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

@AdrianoDee
Copy link
Contributor Author

test parameters:

  • enable_tests = gpu
  • workflows_gpu = 21034.507, 20834.507
  • relvals_opt= -w upgrade
  • relvals_opt_gpu = -w upgrade

@AdrianoDee
Copy link
Contributor Author

please test

@fwyzard
Copy link
Contributor

fwyzard commented Jan 20, 2023

@AdrianoDee I have mixed feelings about these changes:

  • the removal of nHits_ replaced by view().metadata().size() makes sense
  • the removal of phiBinnerStorage_ and cpeParams_ that were unused makes sense
  • I would suggest to keep offsetBPIX2_ also in the Host class, because I think we should have it there for the Alpaka migration

@AdrianoDee
Copy link
Contributor Author

I would suggest to keep offsetBPIX2_ also in the Host class, because I think we should have it there for the Alpaka migration

I see your point here, let me restore it.

@AdrianoDee
Copy link
Contributor Author

please abort

@smuzaffar
Copy link
Contributor

It seems it's not working as expected or I'm misspelling something.

ah as we have multiple archs for LTO builds that is why bot was confused which one to use. I will update the configuration to use amd64 arch as default . For now I have triggered the tests by explicitly telling bot to use el8_amd64_gcc11

@AdrianoDee
Copy link
Contributor Author

It seems it's not working as expected or I'm misspelling something.

ah as we have multiple archs for LTO builds that is why bot was confused which one to use. I will update the configuration to use amd64 arch as default . For now I have triggered the tests by explicitly telling bot to use el8_amd64_gcc11

I see, thanks @smuzaffar.

@cmsbuild
Copy link
Contributor

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-79f142/30124/summary.html
COMMIT: 2b5ba63
CMSSW: CMSSW_13_0_LTO_X_2023-01-23-1100/el8_amd64_gcc11
Additional Tests: GPU
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmssw/40575/30124/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

  • No significant changes to the logs found
  • Reco comparison results: 65047 differences found in the comparisons
  • DQMHistoTests: Total files compared: 49
  • DQMHistoTests: Total histograms compared: 3555495
  • DQMHistoTests: Total failures: 150336
  • DQMHistoTests: Total nulls: 248
  • DQMHistoTests: Total successes: 3404889
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.4149999999999999 KiB( 48 files compared)
  • DQMHistoSizes: changed ( 10224.0 ): 0.715 KiB SiStrip/MechanicalView
  • DQMHistoSizes: changed ( 11834.0 ): -1.439 KiB SiStrip/MechanicalView
  • DQMHistoSizes: changed ( 250202.181 ): 0.885 KiB SiStrip/MechanicalView
  • DQMHistoSizes: changed ( 25202.0 ): 0.254 KiB SiStrip/MechanicalView
  • Checked 211 log files, 162 edm output root files, 49 DQM output files
  • TriggerResults: found differences in 16 / 47 workflows

@clacaputo
Copy link
Contributor

Reco comparison results: 65047 differences found in the comparisons, but just because the baseline used for the comparison hasn't been built with LTO. @smuzaffar , is there a way to make the bot compare the results with an LTO IB?

@smuzaffar
Copy link
Contributor

Reco comparison results: 65047 differences found in the comparisons, but just because the baseline used for the comparison hasn't been built with LTO. @smuzaffar , is there a way to make the bot compare the results with an LTO IB?

there is nothing which works out of the box but I can force re-build the comparison job to use LTO baseline. I will start it now

@smuzaffar
Copy link
Contributor

please test for CMSSW_13_0_LTO_X/el8_amd64_gcc11

lets rerun with latest LTO IB

@smuzaffar
Copy link
Contributor

smuzaffar commented Feb 1, 2023

please test for CMSSW_13_0_X/el8_amd64_gcc11

lets test it for default/production IB too

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 1, 2023

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-79f142/30333/summary.html
COMMIT: 2b5ba63
CMSSW: CMSSW_13_0_LTO_X_2023-01-31-2300/el8_amd64_gcc11
Additional Tests: GPU
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/40575/30333/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

  • No significant changes to the logs found
  • Reco comparison results: 6 differences found in the comparisons
  • DQMHistoTests: Total files compared: 49
  • DQMHistoTests: Total histograms compared: 3555495
  • DQMHistoTests: Total failures: 37
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3555436
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 48 files compared)
  • Checked 211 log files, 162 edm output root files, 49 DQM output files
  • TriggerResults: no differences found

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 1, 2023

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-79f142/30338/summary.html
COMMIT: 2b5ba63
CMSSW: CMSSW_13_0_X_2023-01-31-2300/el8_amd64_gcc11
Additional Tests: GPU
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/40575/30338/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

  • You potentially added 1 lines to the logs
  • Reco comparison results: 5 differences found in the comparisons
  • DQMHistoTests: Total files compared: 49
  • DQMHistoTests: Total histograms compared: 3555495
  • DQMHistoTests: Total failures: 6
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3555467
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 48 files compared)
  • Checked 211 log files, 162 edm output root files, 49 DQM output files
  • TriggerResults: no differences found

GPU Comparison Summary

Summary:

  • You potentially removed 135 lines from the logs
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 4
  • DQMHistoTests: Total histograms compared: 19862
  • DQMHistoTests: Total failures: 78
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 19784
  • DQMHistoTests: Total skipped: 0
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 3 files compared)
  • Checked 12 log files, 9 edm output root files, 4 DQM output files
  • TriggerResults: found differences in 2 / 3 workflows

@clacaputo
Copy link
Contributor

+reconstruction

@makortel
Copy link
Contributor

makortel commented Feb 3, 2023

+heterogeneous

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 3, 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)

@perrotta
Copy link
Contributor

perrotta commented Feb 4, 2023

+1

@cmsbuild cmsbuild merged commit 3e10dc1 into cms-sw:master Feb 4, 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.

None yet

7 participants