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

Cpu dies in topology and affinity domains #381

Merged
merged 5 commits into from
Apr 7, 2021
Merged

Conversation

TomTheBear
Copy link
Member

This PR introduces:

  • CPU dies to the topology module of LIKWID. The HWThread struct is extended by a dieId. likwid-topology prints the dieId in a separate column
  • The creation of affinity domains D0,D1, ... spanning all HW threads of a die
  • New locks and lookup arrays for use in perfmon
  • Use die locks in perfmon for Intel Cascadelake AP systems
  • cpu_to_cpulist functions know of CPU dies
  • Enabling likwid-mpirun to use dies as scheduling domain

CPU dies are not implemented for the deprecated cpuid topology backend.

@TomTheBear TomTheBear merged commit cba421e into master Apr 7, 2021
@TomTheBear TomTheBear deleted the cpu_dies_in_topology branch April 7, 2021 13:01
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.

[BUG] Intel Cascadelake AP systems Uncore counters not properly handled
1 participant