-
Notifications
You must be signed in to change notification settings - Fork 483
ITS: GPU fix deltaROF tracking #14555
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 |
Please consider the following formatting changes to AliceO2Group#14555
|
Hi @f3sch , could you split this in two commits/PRs separating CPU changes from GPU ones, whenever it is doable? |
|
Certainly, the modifications to the Tracklet and TrackerSpec could be separate even though they are only cosmetic but the changes to the cpu/gpu codes should IMO go hand in hand as they bring them to the same state. |
What I mean is that flattening changes to different contexts/areas of the code in the same commit creates "dependencies" in case of the cherrypicking of that commit, that can then create conflicts if the states of the different contexts are not directly mergeable. A good enough compromise is to push changes in different commits but same PR and then not to squash it. This does not provide full protection against build failures as the tested code is only the final state of the PR, but at least it leaves enough granularity for attempting the pick of the single commit, if needed. This is of course under the assumption that we still live on cherry-pickings for some of the reconstruction tags. If it is never the case then disregard my comments and please let me know, so I'll stop being pedantic on this. :D |
Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
|
Ok, I agree with making separate commits and not squashing them. |
Fixes deltaROF on gpu and partially reverts some 'fix' for the combination deltaROF=1 + perPrimaryVertexProcessing. deltaROF still works as expected and the output has not changed.