Initial commit

This commit is contained in:
Hoang Hong Quan
2024-07-26 18:09:54 +07:00
commit 72a124244b
75 changed files with 10508 additions and 0 deletions

43
Scripts/datasets/cpu_data.py Executable file
View File

@@ -0,0 +1,43 @@
AMDCPUGenerations = [
"Summit Ridge",
"Raven Ridge",
"Pinnacle Ridge",
"Dalí",
"Picasso",
"Matisse",
"Renoir",
"Lucienne",
"Vermeer",
"Cezanne",
"Barcelo",
"Rembrandt",
"Raphael",
"Mendocino",
"Phoenix",
"Dragon Range",
"Hawk Point",
"Granite Ridge",
"Whitehaven",
"Colfax",
"Castle Peak",
"Chagall",
"Storm Peak"
]
IntelCPUGenerations = [
"Sandy Bridge",
"Ivy Bridge",
"Haswell",
"Broadwell",
"Skylake",
"Cascade Lake",
"Kaby Lake",
"Amber Lake",
"Whiskey Lake",
"Coffee Lake",
"Comet Lake",
"Ice Lake",
"Rocket Lake",
"Alder Lake",
"Raptor Lake"
]