-
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
Fixes for ECAL rechits on GPU #475
Fixes for ECAL rechits on GPU #475
Conversation
Fix compilation warnings, remove commented out code, and apply code formatting rules.
…ack with cms-merge-topic
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Validation summaryReference release CMSSW_11_1_0_pre8 at 442ae07 Validation plots/RelValTTbar_14TeV/CMSSW_11_0_0_patch1-PU_110X_mcRun3_2021_realistic_v6-v1/GEN-SIM-DIGI-RAW
/RelValZMM_14/CMSSW_11_0_0_patch1-110X_mcRun3_2021_realistic_v6-v1/GEN-SIM-DIGI-RAW
/RelValZEE_14/CMSSW_11_0_0_patch1-110X_mcRun3_2021_realistic_v6-v1/GEN-SIM-DIGI-RAW
Throughput plots/EphemeralHLTPhysics1/Run2018D-v1/RAW run=323775 lumi=53logs and
|
Validation summaryReference release CMSSW_11_1_0_pre8 at 442ae07 Validation plots/RelValTTbar_14TeV/CMSSW_11_0_0_patch1-PU_110X_mcRun3_2021_realistic_v6-v1/GEN-SIM-DIGI-RAW
/RelValZMM_14/CMSSW_11_0_0_patch1-110X_mcRun3_2021_realistic_v6-v1/GEN-SIM-DIGI-RAW
/RelValZEE_14/CMSSW_11_0_0_patch1-110X_mcRun3_2021_realistic_v6-v1/GEN-SIM-DIGI-RAW
Throughput plots/EphemeralHLTPhysics1/Run2018D-v1/RAW run=323775 lumi=53logs and
|
OK, so
|
Validation summaryReference release CMSSW_11_1_0_pre8 at 442ae07 Validation plots/RelValTTbar_14TeV/CMSSW_11_0_0_patch1-PU_110X_mcRun3_2021_realistic_v6-v1/GEN-SIM-DIGI-RAW
/RelValZMM_14/CMSSW_11_0_0_patch1-110X_mcRun3_2021_realistic_v6-v1/GEN-SIM-DIGI-RAW
/RelValZEE_14/CMSSW_11_0_0_patch1-110X_mcRun3_2021_realistic_v6-v1/GEN-SIM-DIGI-RAW
Throughput plots/EphemeralHLTPhysics1/Run2018D-v1/RAW run=323775 lumi=53logs and
|
Validation summaryReference release CMSSW_11_1_0_pre8 at 442ae07 Validation plots/RelValTTbar_14TeV/CMSSW_11_0_0_patch1-PU_110X_mcRun3_2021_realistic_v6-v1/GEN-SIM-DIGI-RAW
/RelValZMM_14/CMSSW_11_0_0_patch1-110X_mcRun3_2021_realistic_v6-v1/GEN-SIM-DIGI-RAW
/RelValZEE_14/CMSSW_11_0_0_patch1-110X_mcRun3_2021_realistic_v6-v1/GEN-SIM-DIGI-RAW
Throughput plots/EphemeralHLTPhysics1/Run2018D-v1/RAW run=323775 lumi=53logs and
|
All |
EcalLinearCorrectionsGPU: - add missing cudaFree() EcalRecHitBuilderKernels: - fix warnings due to unused variables - fix incorrectly skipping some channels due to the use of "return" in the kernel loop - add default values for dead/invalid channels
EcalLinearCorrectionsGPU: - add missing cudaFree() EcalRecHitBuilderKernels: - fix warnings due to unused variables - fix incorrectly skipping some channels due to the use of "return" in the kernel loop - add default values for dead/invalid channels
EcalLinearCorrectionsGPU: - add missing cudaFree() EcalRecHitBuilderKernels: - fix warnings due to unused variables - fix incorrectly skipping some channels due to the use of "return" in the kernel loop - add default values for dead/invalid channels
EcalLinearCorrectionsGPU: - add missing cudaFree() EcalRecHitBuilderKernels: - fix warnings due to unused variables - fix incorrectly skipping some channels due to the use of "return" in the kernel loop - add default values for dead/invalid channels
EcalLinearCorrectionsGPU: - add missing cudaFree() EcalRecHitBuilderKernels: - fix warnings due to unused variables - fix incorrectly skipping some channels due to the use of "return" in the kernel loop - add default values for dead/invalid channels
EcalLinearCorrectionsGPU: - add missing cudaFree() EcalRecHitBuilderKernels: - fix warnings due to unused variables - fix incorrectly skipping some channels due to the use of "return" in the kernel loop - add default values for dead/invalid channels
EcalLinearCorrectionsGPU: - add missing cudaFree() EcalRecHitBuilderKernels: - fix warnings due to unused variables - fix incorrectly skipping some channels due to the use of "return" in the kernel loop - add default values for dead/invalid channels
EcalLinearCorrectionsGPU: - add missing cudaFree() EcalRecHitBuilderKernels: - fix warnings due to unused variables - fix incorrectly skipping some channels due to the use of "return" in the kernel loop - add default values for dead/invalid channels
EcalLinearCorrectionsGPU: - add missing cudaFree() EcalRecHitBuilderKernels: - fix warnings due to unused variables - fix incorrectly skipping some channels due to the use of "return" in the kernel loop - add default values for dead/invalid channels
Continuation of PR: #462
Some comments from: #473