-
Notifications
You must be signed in to change notification settings - Fork 483
GPU: Cleanup stale ITS GPU code #14124
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
mconcas
commented
Mar 28, 2025
- Fix missing header
- Cleanup Stale ITS GPU code
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
748dd8e to
b0b0fa3
Compare
|
Error while checking build/O2/fullCI_slc9 for b0b0fa3 at 2025-03-30 01:31: Full log here. |
|
@davidrohr: After some refactoring it seems that some unwanted Edit: I am trying now with |
|
Why is the ITS Definitions.h used for RTC code at all? It will not do any RTC for ITS code... |
|
Error while checking build/O2/fullCI_slc9 for cbc0af5 at 2025-03-31 17:07: Full log here. |
Not even sure it is RTC, actually, but as I cannot reproduce error locally I guessed it was that. Anyways, the protection works indeed, the error now seems spurious... |
|
OK, good. Could you just tell me quickly where exactly you added the For the current error, I honestly do not understand it... Perhaps let's wait for the FullCI to rerun, if it disappears, let's ignore it. |
Hold on, I am simplifying even more the thing, moving the Stream definition inside the place where it is used, not exposing anything to headers AND removing two additional files. |
29157a6 to
6c692b3
Compare
6c692b3 to
1e5dfe6
Compare
|
Error while checking build/O2/fullCI_slc9 for 1e5dfe6 at 2025-04-01 22:12: Full log here. |
|
The codechecker issue was genuine, should be fixed by #14129 |