-
Notifications
You must be signed in to change notification settings - Fork 2
Fix standalone issue with Acc concept by removing unnecessary code #221
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
base: master
Are you sure you want to change the base?
Conversation
These modules seem to have been supersed by more generic ones: - SiPixelCompareVertexSoA -> SiPixelCompareVertices - SiPixel*CompareRecHitsSoA -> SiPixel*CompareRecHits - SiPixel*CompareTrackSoA -> SiPixel*CompareTracks - SiPixel*MonitorRecHitsSoA -> SiPixel*MonitorRecHitsSoAAlpaka - SiPixel*MonitorTrackSoA -> SiPixel*MonitorTrackSoAAlpaka - SiPixelMonitorVertexSoA -> SiPixelMonitorVertexSoAAlpaka
If cmsRun fails during the test, now reports what the cmsRun logged.
…roducer accordingly
The type was deprecated in C++23. Switch to using new with alignment specifier.
- switched from recursive types to fold expressions with lambdas - use constexpr - switch to using expressions
… the V19 geometry
- adhere to non member variable naming conventions - avoid adding useless variables
- being symmetric with the delete case was viewed as desireable based on PR discussion - allocate only what is needed without padding at end of array as we are now allocating just bytes rather than a type using max_alignment size.
Removed use of deprecated std::aligned_storage
Phase 2 - Add new tracker DQM histograms showing OT cluster position in 2S modules & ladders
Remove obsolete CUDA-using modules from DQM/SiPixelHeterogeneous
…eCluster_v1 Miscellaneous fixes to SiStripApproximateCluster_v1
…gPFProducer Fix a variable name in HLTScoutingPFProducer: from dxy(z)Error to dxy(z)Sig
…ithtime_16_0_0_pre4 Add time info to Run3ScoutingHBHERecHit
…duce_LogError_noise Reduce LogError noise when using (E)EoR3 CPE conditions
Update HF FG thresholds for 2025 PbPb
Phase2-hgx364W Extend the tests for finding errors in iD->position and viceve rsa for the V19 geometry
…edComment ETL digitization: update comments on TDC window parameters
Phase 2 Tracker: Summary histograms for release validation
Use the alpaka Acc concept
set `relval2025` autoHLT key to `Fake2`
btvNano: add abort condition for genParticle mother search
Phase 2 geometry deprecation
…ules Add fillDescriptions to ToyModules.cc classes
|
not directly on topic, but still: If I understand correctly, https://github.com/cms-sw/cmssw/blob/e069dffbeeeb4a0fc44beda6b3890b040afed7d7/RecoTracker/LSTCore/standalone/code/core/write_lst_ntuple.cc#L2569-L2577
this was apparently originally from @GNiendorf in #61 and the code there used anchor hits |
e7ee3b1 to
74a8a34
Compare
slava77
left a comment
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.
only 74a8a34 is the actual change.
Looks OK
I'm not sure if a CI run is possible
|
The CI should still work. I'll submit it upstream once it's done. /run standalone |
|
The PR was built and ran successfully in standalone mode. Here are some of the comparison plots.
The full set of validation and comparison plots can be found here. Here is a timing comparison: |
|
since it's taking so long to get this fix merged, I'd like to propose an update for the CI: to add a manually maintained list of fixup PRs to be added on top of the master for both the baseline and the topic test. This additional PR will be mentioned in the message for results. |
|
Yeah, I've been thinking of making some improvements to the CI and I was thinking of something along these lines. I'll work on that |






No description provided.