Skip to content

Commit

Permalink
Add Lunar Lake CPUID (New) (#1504)
Browse files Browse the repository at this point in the history
Add Lunar Lake CPUID
  • Loading branch information
andrejvelichkovski authored Sep 25, 2024
1 parent 09cf5e3 commit 0d0f721
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion providers/base/bin/cpuid.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@ def cpuid_to_human_friendly(cpuid: str) -> str:
"Sierra Forest": ['0xa06f3'],
"Granite Rapids": ['0xa06e0', '0xa06d0'],
"Meteor Lake": ['0xa06a4'],
"Arrow Lake": ['0xc0660']
"Arrow Lake": ['0xc0660'],
"Lunar Lake": ["0xb06d1"]
}
for key in CPUIDS.keys():
for value in CPUIDS[key]:
Expand Down

0 comments on commit 0d0f721

Please sign in to comment.