mkFit

The mkFit project aims to develop fully vectorized and parallelized tracking algorithms based on the Kalman Filter for use in collider experiments. The software has been integrated into CMSSW and is currently being used in CMS Run 3. For a more complete account, see the main project page and the JINST publication.


Track building results

Efficiency of the mkFit (red) and nominal CMSSW (blue) track building algorithms as a function of the track eta (left) and pT (right). The efficiency with respect to track eta is calculated for tracks with pT > 0.9 GeV. The efficiency is defined as the fraction of simulated tracks that are matched to at least one reconstructed track; only simulated tracks matched to a seed are considered. Sample used: first CMS offline tracking iteration for tt ̄ events with an average pileup of 50.
mkfit logo


Matriplex

Matriplex memory layout uses a matrix-major representation optimized for loading vector registers for SIMD operations on a set of small matrices, using the native vector-unit width on processors with vector units. Matriplex includes a code generator for defining optimized matrix operations, with support for symmetric matrices and on-the-fly matrix transposition. Patterns of elements that are known by construction to be zero or one can be specified, and the resulting code will be optimized to eliminate unnecessary register loads and arithmetic operations. The generated code can be either standard C++ or macros that map to architecture-specific intrinsic functions. Matriplex structures and auto-generated code are used for all KF-related operations on tracks and hits, and in general for all matrix operations.


Compute resource savings

Comparison of the single-thread time to run mkFit as an external within the CMSSW framework (red) to the time to run the standard first iteration of offline tracking in CMSSW (blue). Note that mkFit is used as a replacement for the building step only. mkFit achieves a speedup >6x over CMSSW in the track building stage. Time measured on SKL-SP using tt ̄ events with an average pileup of 50.
mkfit logo


Team

Presentations

Publications

Recent recordings

Several on IRIS-HEP and HL-LHC tracking

3 May 2022