Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

No temperature and core voltage displayed for Alder Lake CPUs #278

Open
Makai opened this issue Jan 29, 2022 · 5 comments
Open

No temperature and core voltage displayed for Alder Lake CPUs #278

Makai opened this issue Jan 29, 2022 · 5 comments

Comments

@Makai
Copy link

Makai commented Jan 29, 2022

On a new Alder Lake CPU, Core temperatures and voltage are displaying as 0 for all cores.

After a bit of trial and error it seems like [MeasureCpuTempHwinfoCoreX] in CoreMeasuresX.inc are being set to Disabled from the (#cpuCores# / #threadsPerCore# < X)) expressions.

My guess would be threadsPerCore is not being set correctly due to the fact that Alder Lake CPUs have two threads per P-core but only a single thread for their E-cores.

@raiguard
Copy link
Owner

raiguard commented Feb 1, 2022

Hmm, dang it. This is going to require a refactor of CPU Meter. It was inevitable, I suppose.

@SilverAzide
Copy link
Collaborator

SilverAzide commented Feb 1, 2022

The latest Gadget CPU Meter works with Alder Lake and even 128-thread Threadrippers, but it required a ton of changes to make it work. 😢 Check out the ActiveNet plugin's CpuLogicalCoreMap option; it should simplify the logic you will need.

@zfxstd
Copy link

zfxstd commented Feb 23, 2022

Can confirm the bug on 12400F

@eprouty
Copy link

eprouty commented Mar 15, 2022

Also confirmed on 12900K, anything I can do to help resolve this?

@raiguard
Copy link
Owner

I just need to get around to it. I don't use Windows anymore, so I have almost zero motivation to work on this project. It's at the bottom of my list. I'm sorry.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants