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

Slightly modify the detection of the number of CPU cores #44973

Merged
merged 9 commits into from Feb 20, 2023

Commits on Jan 6, 2023

  1. (draft) Remove SMP deactivation on big machines

    This might be a bit controversial but
    1. AMD offers 48/67/64 (true) core systems already (Milan, (*)), up to
       96 cores/CPU soon (Genoa),
    2. Intel sells a few Xeon CPUs with > cores (**),
    and we shouldn't artificially limit core utilization on such sytems.
    
    (*)  https://en.wikipedia.org/wiki/Epyc
    (**) https://www.intel.com/content/www/us/en/products/details/processors/xeon/scalable/platinum/products.html
    rschu1ze committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    11fb781 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a733303 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. Configuration menu
    Copy the full SHA
    d7416f4 View commit details
    Browse the repository at this point in the history
  2. Some fixups

    rschu1ze committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    d07b7ce View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Fix ARM build

    rschu1ze committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    1a1fa4a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Yet another build fix

    rschu1ze committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    36d6af0 View commit details
    Browse the repository at this point in the history
  2. Fix style

    rschu1ze committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    094e42d View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. Configuration menu
    Copy the full SHA
    1bf280c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33a719b View commit details
    Browse the repository at this point in the history