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

fix: SDR: make it possible to bind to cores if units > groups #1588

Merged
merged 1 commit into from
Aug 2, 2022

Commits on Aug 1, 2022

  1. fix: SDR: make it possible to bind to cores if units > groups

    For multicore SDR it is important that the producer and conumers share the
    same (L3) cache. Hence we bind specific cores to threads. Prior to this
    change there was one multicore SDR job per group, even if the group could
    accompany multiple of such jobs. If there were more jobs scheduled than
    groups available, those additional jobs wouldn't use specific cores, but
    whatever the operating system decided.
    
    With this change, additional jobs are now put into the groups in case there
    is enough space to accompany them.
    
    Fixes #1556.
    vmx committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    8ca91f4 View commit details
    Browse the repository at this point in the history