Skip to content

Fix instability in Forward tracking without UT

There was an non-deterministic result in Forward tracking without UT due to using a < where a <= should have been used. This affected so few tracks that it appeared very infrequently in testing.

This change will likely require a reference update of all efficiency tests on NVIDIA GPUs. Note that the code affected is only run in NVIDIA GPUs, hence a Jenkins CI-test is not necessary.

Closes #352 (closed).

Edited by Daniel Campora Perez

Merge request reports