Skip to content

Prefer ifs to conditional assignments

  • ifs are preferred over conditional assignments.
  • Fixed memory leak on StreamSequence.cu when run_on_x86 was on and the condition rv != 0 was hit.
  • Moved run_VeloUT_CPU.cpp to x86/veloUT/PrVeloUT.

Merge request reports