-
Notifications
You must be signed in to change notification settings - Fork 5
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
Refactor GPU clustering thresholds #608
Refactor GPU clustering thresholds #608
Conversation
…hetics For more info see G.4.16.5. Constexpr variables in https://docs.nvidia.com/cuda/pdf/CUDA_C_Programming_Guide.pdf Previous commit was necessary for these changes, since std::min() takes arguments by reference
@czangela could you target the PRs to the The I've changed the target for his one. |
Validation summaryReference release CMSSW_11_3_0_pre3 at 3220826 🚧 Validation running at fu-c2a02-35-03:/data/user/fwyzard/patatrack/validation/run_608.c0ZqwRHPLW ... |
Will keep this in mind, and thank you. :) |
HI @czangela @fwyzard |
You are correct, but the problem is that some of the changes affect the pixel track and vertex reconstruction, which are not merged upstream yet. Once they are tested in this branch, either Angela or myself can make a PR with only the pixel local reco part for Eventually, when the Patatrack branch is fully merged upstream, we can stop making PRs here. |
right (sigh). I overlooked that. This complicates also the validation procedure if we have to propose changes to algorithms... hopefully when it comes to that the tracking / vertexing part is merged. |
Validation summaryReference release CMSSW_11_3_0_pre3 at 3220826 Validation plots/RelValTTbar_14TeV/CMSSW_11_2_0-PU_112X_mcRun3_2021_realistic_v14-v1/GEN-SIM-DIGI-RAW
/RelValZMM_14/CMSSW_11_2_0-112X_mcRun3_2021_realistic_v14-v1/GEN-SIM-DIGI-RAW
/RelValZEE_14/CMSSW_11_2_0-112X_mcRun3_2021_realistic_v13-v1/GEN-SIM-DIGI-RAW
Validation plots (CPU vs GPU)/RelValTTbar_14TeV/CMSSW_11_2_0-PU_112X_mcRun3_2021_realistic_v14-v1/GEN-SIM-DIGI-RAW
/RelValZMM_14/CMSSW_11_2_0-112X_mcRun3_2021_realistic_v14-v1/GEN-SIM-DIGI-RAW
/RelValZEE_14/CMSSW_11_2_0-112X_mcRun3_2021_realistic_v13-v1/GEN-SIM-DIGI-RAW
Throughput plots/EphemeralHLTPhysics1/Run2018D-v1/RAW run=323775 lumi=53logs and
|
thanks @czangela - did the validation script run out of the box, or did it need any updates ? |
PR description:
An effort to reduce dedicated namespaces and to introduce more consistency. see #32483 cms-sw
For more information see the commit names.