You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The core keeps all dies by default. However our Linux backend
applies its own KEEP_STRUCTURE because it has no way to know
if the kernel exposes a real single die per package, or just
a default non-existing one.
x86 seems to behave properly: a recent SPR processor doesn't report
a single die in CPUID topology enumeraton, hence the x86 backend
doesn't have to filter any useless die out.
Refs #622
Signed-off-by: Brice Goglin <[email protected]>
0 commit comments