Skip to content

Draft: Declared copy of TrackMVAVertex to analyze effect on warp stalls

Douglas Troy Li requested to merge doli_vertex_fit into master

In VertexFit::fit_secondary_vertices, the fit was performed on a local TrackMVAVertex, which was then copied to event_secondary_vertices, to see if this change had any effect on the number of warp stalls in this kernel. A similar change was made in LFCalculateParametrization.cu.

Merge request reports