-
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
Fix pixel CPE position #45471
Fix pixel CPE position #45471
Conversation
cms-bot internal usage |
type bugfix |
+heterogeneous |
@VinInn does this looks reasonable to you ? |
enable gpu |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45471/40930
|
A new Pull Request was created by @fwyzard for master. It involves the following packages:
@jfernan2, @mandrenguyen can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@@ -234,17 +234,30 @@ namespace pixelCPEforDevice { | |||
if (cp.minCol[ic] == 0 || cp.maxCol[ic] == uint32_t(detParams.nCols - 1)) | |||
cp.ysize[ic] = -cp.ysize[ic]; | |||
|
|||
/* original code, kept for documentation | |||
|
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.
ok.
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.
the new code is much less readable...
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.
maybe add "make sure optimization does not produce different code on different architectures "
(or similar)
test parameters:
|
please test |
+1 |
Pull request #45471 was updated. @jfernan2, @mandrenguyen can you please check and sign again. |
02e04ac
to
785ff5d
Compare
+heterogeneous |
please test |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-45471/40935
|
Sorry @jfernan2, could you sign again ? |
+1 |
This pull request is fully signed and it will be integrated in one of the next master IBs after it passes the integration tests. This pull request will now be reviewed by the release team before it's merged. @antoniovilela, @mandrenguyen, @sextonkennedy, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 Size: This PR adds an extra 20KB to repository
Comparison SummarySummary:
GPU Comparison SummarySummary:
|
+1 |
PR description:
Rewrite the pixel CPE position calculation to improve the reproducibility of the results.
Fix the includes used in
DataFormats/TrackingRecHitSoA
to avoid the dependency onRecoLocalTracker/SiPixelRecHits
.Thanks to @missirol for spotitng the source of the discrepancy.
PR validation:
Tested on top of CMSSW 14.0.11 running the HLT over 100k events:
HLT_SingleEle8_v7
, going from 2% of the accepted events to being fully reproducible.GPU vs CPU results, without these changes
HLT_SingleEle8_v7
(2% of the accepted events)GPU vs CPU results, with these changes
If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:
To be backported to 14.0.x for data taking.