Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add usage of taskset in the TL1_decoder_perf #5738

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

JanuszL
Copy link
Contributor

@JanuszL JanuszL commented Dec 6, 2024

  • 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.

Category:

Other (e.g. Documentation, Tests, Configuration)

Description:

  • 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.

Additional information:

Affected modules and functionalities:

  • TL1_decoder_perf test

Key points relevant for the review:

  • NA

Tests:

  • Existing tests apply
    • TL1_decoder_perf
  • New tests added
    • Python tests
    • GTests
    • Benchmark
    • Other
  • N/A

Checklist

Documentation

  • Existing documentation applies
  • Documentation updated
    • Docstring
    • Doxygen
    • RST
    • Jupyter
    • Other
  • N/A

DALI team only

Requirements

  • Implements new requirements
  • Affects existing requirements
  • N/A

REQ IDs: N/A

JIRA TASK: N/A

- 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 <[email protected]>
@JanuszL
Copy link
Contributor Author

JanuszL commented Dec 6, 2024

!build

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [21163554]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [21166463]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [21166463]: BUILD PASSED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [21310491]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [21310491]: BUILD FAILED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [21310491]: BUILD PASSED

Signed-off-by: Janusz Lisiecki <[email protected]>
@dali-automaton
Copy link
Collaborator

CI MESSAGE: [21337864]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [21337976]: BUILD STARTED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [21337976]: BUILD PASSED

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants