-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Use phase1PixelTopology::numberOfLayers where appropriate #33244
Use phase1PixelTopology::numberOfLayers where appropriate #33244
Conversation
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33244/21696
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-33244/21697
|
A new Pull Request was created by @czangela for master. It involves the following packages: Geometry/TrackerGeometryBuilder @perrotta, @civanch, @Dr15Jones, @makortel, @cvuosalo, @ianna, @mdhildreth, @cmsbuild, @slava77, @jpata can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
-1 Failed Tests: Build The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: BuildI found compilation error when building: >> Building LCG reflex dict from header file src/DataFormats/CLHEP/src/classes.h >> Compiling LCG dictionary: tmp/slc7_amd64_gcc900/src/DataFormats/CLHEP/src/DataFormatsCLHEP/a/DataFormatsCLHEP_xr.cc >> Building shared library tmp/slc7_amd64_gcc900/src/DataFormats/CLHEP/src/DataFormatsCLHEP/libDataFormatsCLHEP.so Copying tmp/slc7_amd64_gcc900/src/DataFormats/CLHEP/src/DataFormatsCLHEP/libDataFormatsCLHEP.so to productstore area: >> Checking EDM Class Version for src/DataFormats/CLHEP/src/classes_def.xml in libDataFormatsCLHEP.so error: class 'CLHEP::Hep3Vector' has a different checksum for ClassVersion 11. Increment ClassVersion to 12 and assign it to checksum 3040806103 Suggestion: You can run 'scram build updateclassversion' to generate src/DataFormats/CLHEP/src/classes_def.xml.generated with updated ClassVersion gmake: *** [tmp/slc7_amd64_gcc900/src/DataFormats/CLHEP/src/DataFormatsCLHEP/libDataFormatsCLHEP.so] Error 1 Leaving library rule at DataFormats/CLHEP >> Leaving Package DataFormats/CLHEP >> Package DataFormats/CLHEP built |
the build failure looks related to #33234 |
yeah: let wait for the next IB, to re-launch the tests when that PR will have been already merged |
please test |
-1 Failed Tests: Build The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: BuildI found compilation error when building: >> Building LCG reflex dict from header file src/DataFormats/CLHEP/src/classes.h >> Compiling LCG dictionary: tmp/slc7_amd64_gcc900/src/DataFormats/CLHEP/src/DataFormatsCLHEP/a/DataFormatsCLHEP_xr.cc >> Building shared library tmp/slc7_amd64_gcc900/src/DataFormats/CLHEP/src/DataFormatsCLHEP/libDataFormatsCLHEP.so Copying tmp/slc7_amd64_gcc900/src/DataFormats/CLHEP/src/DataFormatsCLHEP/libDataFormatsCLHEP.so to productstore area: >> Checking EDM Class Version for src/DataFormats/CLHEP/src/classes_def.xml in libDataFormatsCLHEP.so error: class 'CLHEP::Hep3Vector' has a different checksum for ClassVersion 11. Increment ClassVersion to 12 and assign it to checksum 3040806103 Suggestion: You can run 'scram build updateclassversion' to generate src/DataFormats/CLHEP/src/classes_def.xml.generated with updated ClassVersion gmake: *** [tmp/slc7_amd64_gcc900/src/DataFormats/CLHEP/src/DataFormatsCLHEP/libDataFormatsCLHEP.so] Error 1 Leaving library rule at DataFormats/CLHEP >> Leaving Package DataFormats/CLHEP >> Package DataFormats/CLHEP built |
(Still building on top of CMSSW_11_3_X_2021-03-21-2300: let wait for some more time...) |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-9446e7/13670/summary.html Comparison SummarySummary:
|
output->iphi(), | ||
output->hitsLayerStart(), | ||
numberOfHits, | ||
256, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
256 should probably be a declared constant.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, but not just here. 256 as the number of threads is hardcoded in many places.
Should this be added as an issue to #32483 ? @fwyzard @mmusich @VinInn
edit: By "this" I meant making the number of threads / threadsPerBlock constants configurable, or setting them in one place? Also, if there were previous discussions about this, could you guide me to them?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd say that this is a more general issue, that applies to all CUDA kernels, not just the Pixel ones
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When/if anybody will come with a good reason to make configurable it will be done. Until then no reason to name it.
+1 |
+1
|
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. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Change hardcoded number of layer values.
Related to the issues listed in #32483, and this comment.
PR validation:
if this PR is a backport please specify the original PR and why you need to backport that PR: