Per core frequency change on multicore

enemra

Commendable
Aug 15, 2016
1
0
1,510
Hello,

I want to apply DVFS to each core on a multiprocessor system and measure the energy consumed by the processor (or microcontroller). Does anyone know a multicore platform where per core frequency change is possible.

Regards
 
Solution
AMD Family 15h processors (FX series) support per-core frequency change and have an embedded power sensor. I don't know accurate it is but it might be worth looking into. If you're running Windows, there's probably a utility from AMD that can read the power sensor and adjust the core frequencies; on Linux, it's easily readable via the hwmon subsystem using the fam15h_power driver (and, of course, you can use the userspace cpufreq governor to control the speed of the cores either manually or with a script).

molletts

Distinguished
Jun 16, 2009
475
4
19,165
AMD Family 15h processors (FX series) support per-core frequency change and have an embedded power sensor. I don't know accurate it is but it might be worth looking into. If you're running Windows, there's probably a utility from AMD that can read the power sensor and adjust the core frequencies; on Linux, it's easily readable via the hwmon subsystem using the fam15h_power driver (and, of course, you can use the userspace cpufreq governor to control the speed of the cores either manually or with a script).
 
Solution