AcademySoftwareFoundation / OpenCue

A render management system you can deploy for visual effects and animation productions.
https://www.opencue.io
Apache License 2.0
832 stars 202 forks source link

Better support for hybrid CPUs -> and remove fractional cores ? #1552

Open KernAttila opened 1 month ago

KernAttila commented 1 month ago

The problem

The current implementation supports full single-threaded/hyper-threaded processors, but does not report hybrid cpus correctly. I have 3 procs:

CueGui: image

As seen in CueGui, the first two are ok and reports 8 Cores as expected. But the last one reports 20 Cores instead of 14.

Describe the enhancement

I would see some benefits to having logical cores reported (please correct my assumptions if they seem false):

And some potential downfalls:

Version Number 1.0

DiegoTavares commented 4 weeks ago

As discussed on the TSC, we should change the GUI to display Physical Cores and Virtual Cores to avoid confusion.