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

rust: Add topology module to utils crate #143

Merged
merged 2 commits into from
Feb 20, 2024
Merged

rust: Add topology module to utils crate #143

merged 2 commits into from
Feb 20, 2024

Commits on Feb 20, 2024

  1. rust: Add topology module to utils crate

    scx_rusty has logic in the scheduler to inspect the host to
    automatically build scheduling domains across every L3 cache. This would
    be generically useful for many different types of schedulers, so let's
    add it to the scx_utils crate so it can be used by others.
    
    Signed-off-by: David Vernet <[email protected]>
    Byte-Lab committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    8aba090 View commit details
    Browse the repository at this point in the history
  2. add documentation

    Signed-off-by: David Vernet <[email protected]>
    Byte-Lab committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    ef8aa9e View commit details
    Browse the repository at this point in the history