-
Notifications
You must be signed in to change notification settings - Fork 441
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
TPC GPU Decoding code duplication removal #13696
base: dev
Are you sure you want to change the base?
Conversation
…decompressHits() in GPU code
… code duplication for old and new decoding
…./EntropyEncoderSpec.cxx
REQUEST FOR PRODUCTION RELEASES:
This will add The following labels are available |
a56aab0
to
77d3702
Compare
Error while checking build/O2/fullCI for 77d3702 at 2024-11-15 15:37:
Full log here. |
77d3702
to
5179095
Compare
Looks good, FullCI has passed now. You saw you validated that there is no performance regression neither for CPU nor for GPU? If you confirm, I'll merge it. |
Created new class TPCClusterDecompressionCore.inc which contains common logic for old and new TPC track-model decoding. Same performance as before, less code.