You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pqos tool doesn't currently support client-level CPUs like Alder Lake and upcoming. Hybrid architecture means that a system has both E-cores and P-cores on board simultaneously. Those type of cores have different L2 cache capacities. Pqos tool doesn't distinguish between core types which could lead to L2 underutilization or wrong behaviour.
The background for hybrid architectures described here: https://github.com/intel/intel-cmt-cat/wiki/Hybrid-architectures
Implement support of hybrid architecture in pqos tool
The text was updated successfully, but these errors were encountered:
Pqos tool doesn't currently support client-level CPUs like Alder Lake and upcoming. Hybrid architecture means that a system has both E-cores and P-cores on board simultaneously. Those type of cores have different L2 cache capacities. Pqos tool doesn't distinguish between core types which could lead to L2 underutilization or wrong behaviour.
The background for hybrid architectures described here:
https://github.com/intel/intel-cmt-cat/wiki/Hybrid-architectures
Implement support of hybrid architecture in pqos tool
The text was updated successfully, but these errors were encountered: