81
General Discussion / Re: Is Raptor Computing Systems still open for business?
« Last post by markr87 on March 19, 2025, 10:04:58 am »@atomicdog, Can you flash a blank chip in the socket on the MB or will it need to be flashed prior?
I, unfortunately, said goodbye to the Fedora distribution... I still need X11 and that will not change for a long time. Gnome is getting more and more frustrating from version to version. I went back to simplicity, FreeBSD 14.2 + X11 + Enlightenment 0.27 ;-)
>That link doesn't seem to work, do you happen to still know how to navigate to it or know the name of the paper.
Sorry, I don't. As I recall, it was an educational presentation/paper on how processor power is modeled. It is pretty well known material, maybe you can find other references.
It's been a long time, but I believe VRATIO just means the number of ON cores (a.k.a. active) relative to the maximum available. As the # of active cores goes down, the power from those cores is applied to the remaining cores, allowing them to boost to higher frequencies. Depending on the system & power limit, the proc could pretty quickly apply so much power credit from offline cores that it flat-lines at the maximum possible frequency, i.e. it becomes technology limited not power limited. It sounds like, for that table, the processor is only power-limited when >= 12 cores ON. Technically VRATIO is "voltage ratio" intended to handle quads using the internal voltage regulator at some % below the input voltage, but it ended up not getting supported and devolved to tracking # of cores. A core in a stopped state with the power headers off has voltage of 0v hance VRATIO=0 for that core, and you add up the # of ON vs OFF cores to get he VRATIO.
I don't believe Linux ever implemented support for different quad frequencies so they all just run at the same frequency? If true, WOF only uses FRATIO=1.0 indices.
For reference, CORE_CEFF is the ratio of the workload switching power relative to TDP, where TDP=1.0. So 0.5 means the workload has half the switching power of TDP. If the workload is using less power, the WOF table should attempt to raise frequency, up to the maximum allowed, where it flatlines. Similarly, if there are fewer cores active, the frequency will go up, and if both are true, the frequency will go up more. So that explains the shape of that plot.