Skip to content

ITS: GPU: fix perPrimaryVertexProcessing#15522

Open
f3sch wants to merge 1 commit into
devfrom
f3sch-patch-2
Open

ITS: GPU: fix perPrimaryVertexProcessing#15522
f3sch wants to merge 1 commit into
devfrom
f3sch-patch-2

Conversation

@f3sch

@f3sch f3sch commented Jun 13, 2026

Copy link
Copy Markdown
Collaborator

With using the GPU stack allocator, we cannot in the perPrimaryVertexProcessing-mode push to the stack in initialiseTimeFrame since it is only called once while computeLayerTracklets to findRoads is called once per vertex. In findRoads we tried to clear a tag from a previous iteration while the stack is empty leading to a fatal. This fixes that and avoid creating the tracklet LUT buffer on each pass.

With using the GPU stack allocator, we cannot in the perPrimaryVertexProcessing push to the stack in initialiseTimeFrame since it is only called once while computeLayerTracklets to findRoads is called once per vertex. In findRoads we tried to clear a tag from a previous iteration while the stack is empty leading to a fatal. This fixes that and avoid creating the tracklet LUT buffer on each pass.
@f3sch f3sch marked this pull request as ready for review June 13, 2026 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant