The patatrack integration PR #31704 introduces a number of new CUDA functions in DataFormats/CaloRecHit/interface/MultifitComputations.h:
for example:
...
compute_decomposition_unrolled(MatrixType1& L, MatrixType2 const& M);
compute_decomposition(MatrixType1& L, MatrixType2 const& M, int const N);
...
It would be good to have some sort of unit test for all of these new functions.