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
Previously, the CPUs are created in CPU id's lexicographical order (e.g., 1 ->
10 -> 11 -> 2), so core ids are assigned following the lexicographical ordering.
There is nothing wrong with it, but it is unintuitive. Thus, let's iterate and
create CPUs in numerical order, so assign core id in an intuitive order.
Signed-off-by: Changwoo Min <[email protected]>
0 commit comments