Prefer ifs to conditional assignments
Compare changes
Files
7@@ -104,9 +104,11 @@ __device__ void track_forwarding(
@@ -125,9 +127,11 @@ __device__ void track_forwarding(
ifs
are preferred over conditional assignments.StreamSequence.cu
when run_on_x86
was on and the condition rv != 0
was hit.run_VeloUT_CPU.cpp
to x86/veloUT/PrVeloUT
.