GPU TPC: Compute alternate dEdx only if alternate flag mask different compared to normal flag mask#14262
Conversation
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
|
Error while checking build/O2/fullCI_slc9 for d834323 at 2025-05-12 15:00: Full log here. |
|
@davidrohr, if I understood correctly, the One should either assign the TrackTPC.mdEdxAlt from the regular dedx or at least use the latter in the AODProducer to fill the table.
|
…2 when BUILD_TYPE is DEBUG
This is fixed with Clang >= 20 and C++23 (P2280R4)
I changed it such that it fills the TrackTPC.mdEdxAlt with the same data as TrackTPC.mdEdx. |
|
I did not manage to find a better workaround for GPU: Workaround for Clang Frontend issue My current attempt is here, but doesn't work: https://godbolt.org/z/MnEd5G38Y Will retrry in the future, or we have to wait for ROCm to bump to Clang20 and switch to -std=c++23. Merging as is. |
No description provided.