NN clusterizer: Bug-fixes and addition of deconvolution kernel#14378
NN clusterizer: Bug-fixes and addition of deconvolution kernel#14378davidrohr merged 9 commits intoAliceO2Group:devfrom
Conversation
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
|
Error while checking build/O2/fullCI_slc9 for 57ff901 at 2025-06-08 17:54: Full log here. |
Please consider the following formatting changes to AliceO2Group#14378
|
Error while checking build/O2/fullCI_slc9 for 464402f at 2025-06-09 23:01: Full log here. |
|
Error while checking build/O2/fullCI_slc9 for e70e4d9 at 2025-06-10 15:04: Full log here. |
davidrohr
left a comment
There was a problem hiding this comment.
looks ok to me, shall I merge it?
|
@davidrohr Jep, good from my side. But only once the CI is green. Last time it failed due to the boolean I added in the deconvolution kernel... Just want to see it go through |
|
Ah, please do not use bool in GPU code, use uint8_t: |
|
Error while checking build/O2/fullCI_slc9 for f6a3d5a at 2025-06-12 13:16: Full log here. |
|
Error while checking build/O2/fullCI_slc9 for ff62032 at 2025-06-14 13:52: Full log here. |
|
Ready to merge. Build failure seems unrelated. |
…O2Group#14378) * First bug-fixes and optimizations for deconvolution flags * Adding publishing logic for deconvolution flags * Adjusting kernels.cmake * Please consider the following formatting changes * Bug-fix for time-position and boundary check in fillInputSingleElement * Fix for kernels.cmake and naming * Changing to uint8_t * Adding kernel definition --------- Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
This PR brings the functionality of adding the deconvolution kernel flags for the NN evaluation without overwriting the charge values in the digit map, as well as a small, but important bug-fix to the flag setting in the fillInputNNSingleElement GPU kernel