0

enter image description here This is information about my processor, and I know that my processor has 10 cores, six performance cores, four efficiency cores, and 16 logic cores. Now that I'm running my multithreaded program on ubuntu, I want the thread bound core to run. I need to know the serial number of performance core and efficiency core to bind the thread。

what should I do, is the serial number 0-5 is the performance core, 6-9 is the efficiency core?

拉克克
  • 9
  • 2
  • Check `lscpu` for Max MHz for each logical core. [How to detect E-cores and P-cores in Linux alder lake system?](https://stackoverflow.com/q/71122837) – Peter Cordes Jun 14 '23 at 18:09

0 Answers0