-
Notifications
You must be signed in to change notification settings - Fork 483
GPU TPC: Compute alternate dEdx only if alternate flag mask different compared to normal flag mask #14262
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
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.