Skip to content

Commit

Permalink
Merge pull request intel#235 from tlfalcon/fix-json-adl
Browse files Browse the repository at this point in the history
create_perf_json: Fix cstate for Alder Lake
  • Loading branch information
captain5050 authored Oct 26, 2024
2 parents 9e52d1d + 9bdea88 commit ca8de8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create_perf_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ def cstate_json(self):
(['CNL'], [1, 3, 6, 7], [2, 3, 6, 7, 8, 9, 10]),
(['ICL', 'TGL', 'RKL'], [6, 7], [2, 3, 6, 7, 8, 9, 10]),
(['ICX', 'SPR'], [1, 6], [2, 6]),
(['ADL', 'GRT', 'ADLN'], [1, 6, 7], [2, 3, 6, 7, 8, 9, 10]),
(['ADL', 'GRT', 'ADLN'], [1, 6, 7], [2, 3, 6, 8, 10]),
(['MTL'], [1, 6, 7], [2, 3, 6, 7, 8, 9, 10]),
(['SLM'], [1, 6], [6]),
(['KNL', 'KNM'], [6], [2, 3, 6]),
Expand Down

0 comments on commit ca8de8a

Please sign in to comment.