You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add usage of taskset in the TL1_decoder_perf (#5738)
- DALI uses more threads than just value in the `num_threads`
argument. In effect, the actual number of CPU cores used is
greater than intended. To ensure that we don't use more cores,
and avoid inefficient data migration between ones affined
with the GPU we test and a distant one a usage of task set
is added to pin cores available for the test.
Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
0 commit comments