Skip to content

Commit aa721f6

Browse files
committed
data(cpu): fill process node and L3 for 210 CPUs the earlier passes skipped
Recovers records that the merged batches (#132-#135) left untouched because of three separate mismatches in how the pages name things, not because the data was unavailable: - model codes are not always digit-first (Core 2 uses E6600, Atom uses N270), and the table parser required a leading digit; - the Atom page is built entirely from {{cpulist}} templates and had never been run through that parser; - the Opteron page lists a bare model-number column with no branding column, so the family name now comes from the page itself. Same confirm-before-write rule as before (base clock within 0.05 GHz, TDP within 1 W, L3 must be a real capacity and must not equal the row's TDP): 1,610 rows parsed, 1,053 matched a record, 885 passed, 210 still had a gap to fill. Verified against known parts: Clarkdale i5-6xx/i3-5xx 32 nm, Haswell i7-4770R 22 nm, Broadwell i7-5775R 14 nm, Atom 330/D410 45 nm, Atom D2500 32 nm, Opteron Shanghai 6 MB L3. Older families whose rows failed the cross-check (Core 2 E-series, Atom N270, early Opteron) were left empty rather than guessed. Refs #1
1 parent bf21152 commit aa721f6

210 files changed

Lines changed: 408 additions & 324 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

data/cpu/amd/2011/enterprise/amd-opteron-6272.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"segment": "server",
77
"architecture": "Opteron",
88
"socket": "G34",
9-
"process_node": null,
9+
"process_node": "32 nm",
1010
"cores": 8,
1111
"threads": 16,
1212
"p_cores": null,
1313
"e_cores": null,
1414
"base_clock_ghz": 2.1,
1515
"boost_clock_ghz": 3.0,
16-
"l3_cache_mb": null,
16+
"l3_cache_mb": 2.0,
1717
"tdp_w": 115,
1818
"max_tdp_w": null,
1919
"integrated_graphics": null,
@@ -40,6 +40,7 @@
4040
"msrp_usd": 70,
4141
"verified": false,
4242
"source_urls": [
43-
"https://www.kaggle.com/datasets/lincolnzh/cpu-specifications-dataset"
43+
"https://www.kaggle.com/datasets/lincolnzh/cpu-specifications-dataset",
44+
"https://en.wikipedia.org/wiki/List_of_AMD_Opteron_processors"
4445
]
4546
}

data/cpu/amd/2012/enterprise/amd-opteron-3260-he.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"segment": "server",
77
"architecture": "Opteron",
88
"socket": "AM3+",
9-
"process_node": null,
9+
"process_node": "32 nm",
1010
"cores": 2,
1111
"threads": 4,
1212
"p_cores": null,
1313
"e_cores": null,
1414
"base_clock_ghz": 2.7,
1515
"boost_clock_ghz": 3.0,
16-
"l3_cache_mb": null,
16+
"l3_cache_mb": 4.0,
1717
"tdp_w": 45,
1818
"max_tdp_w": null,
1919
"integrated_graphics": null,
@@ -40,6 +40,7 @@
4040
"msrp_usd": null,
4141
"verified": false,
4242
"source_urls": [
43-
"https://www.kaggle.com/datasets/lincolnzh/cpu-specifications-dataset"
43+
"https://www.kaggle.com/datasets/lincolnzh/cpu-specifications-dataset",
44+
"https://en.wikipedia.org/wiki/List_of_AMD_Opteron_processors"
4445
]
4546
}

data/cpu/amd/2012/enterprise/amd-opteron-3280.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"segment": "server",
77
"architecture": "Opteron",
88
"socket": "AM3+",
9-
"process_node": null,
9+
"process_node": "32 nm",
1010
"cores": 8,
1111
"threads": 8,
1212
"p_cores": null,
1313
"e_cores": null,
1414
"base_clock_ghz": 2.4,
1515
"boost_clock_ghz": 2.7,
16-
"l3_cache_mb": null,
16+
"l3_cache_mb": 8.0,
1717
"tdp_w": 65,
1818
"max_tdp_w": null,
1919
"integrated_graphics": null,
@@ -40,6 +40,7 @@
4040
"msrp_usd": 72,
4141
"verified": false,
4242
"source_urls": [
43-
"https://www.kaggle.com/datasets/lincolnzh/cpu-specifications-dataset"
43+
"https://www.kaggle.com/datasets/lincolnzh/cpu-specifications-dataset",
44+
"https://en.wikipedia.org/wiki/List_of_AMD_Opteron_processors"
4445
]
4546
}

data/cpu/amd/2012/enterprise/amd-opteron-6234.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"segment": "server",
77
"architecture": "Opteron",
88
"socket": "G34",
9-
"process_node": null,
9+
"process_node": "32 nm",
1010
"cores": 6,
1111
"threads": 12,
1212
"p_cores": null,
1313
"e_cores": null,
1414
"base_clock_ghz": 2.4,
1515
"boost_clock_ghz": 3.0,
16-
"l3_cache_mb": null,
16+
"l3_cache_mb": 2.0,
1717
"tdp_w": 115,
1818
"max_tdp_w": null,
1919
"integrated_graphics": null,
@@ -40,6 +40,7 @@
4040
"msrp_usd": 451,
4141
"verified": false,
4242
"source_urls": [
43-
"https://www.kaggle.com/datasets/lincolnzh/cpu-specifications-dataset"
43+
"https://www.kaggle.com/datasets/lincolnzh/cpu-specifications-dataset",
44+
"https://en.wikipedia.org/wiki/List_of_AMD_Opteron_processors"
4445
]
4546
}

data/cpu/amd/2012/enterprise/amd-opteron-6274.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"segment": "server",
77
"architecture": "Opteron",
88
"socket": "G34",
9-
"process_node": null,
9+
"process_node": "32 nm",
1010
"cores": 8,
1111
"threads": 16,
1212
"p_cores": null,
1313
"e_cores": null,
1414
"base_clock_ghz": 2.2,
1515
"boost_clock_ghz": 3.1,
16-
"l3_cache_mb": null,
16+
"l3_cache_mb": 2.0,
1717
"tdp_w": 115,
1818
"max_tdp_w": null,
1919
"integrated_graphics": null,
@@ -40,6 +40,7 @@
4040
"msrp_usd": 690,
4141
"verified": false,
4242
"source_urls": [
43-
"https://www.kaggle.com/datasets/lincolnzh/cpu-specifications-dataset"
43+
"https://www.kaggle.com/datasets/lincolnzh/cpu-specifications-dataset",
44+
"https://en.wikipedia.org/wiki/List_of_AMD_Opteron_processors"
4445
]
4546
}

data/cpu/amd/2013/enterprise/amd-opteron-3350-he.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"segment": "server",
77
"architecture": "Opteron",
88
"socket": null,
9-
"process_node": null,
9+
"process_node": "32 nm",
1010
"cores": 4,
1111
"threads": 4,
1212
"p_cores": null,
1313
"e_cores": null,
1414
"base_clock_ghz": 2.8,
1515
"boost_clock_ghz": 3.8,
16-
"l3_cache_mb": null,
16+
"l3_cache_mb": 8.0,
1717
"tdp_w": 45,
1818
"max_tdp_w": null,
1919
"integrated_graphics": null,
@@ -40,6 +40,7 @@
4040
"msrp_usd": 392,
4141
"verified": false,
4242
"source_urls": [
43-
"https://www.kaggle.com/datasets/lincolnzh/cpu-specifications-dataset"
43+
"https://www.kaggle.com/datasets/lincolnzh/cpu-specifications-dataset",
44+
"https://en.wikipedia.org/wiki/List_of_AMD_Opteron_processors"
4445
]
4546
}

data/cpu/amd/2013/enterprise/amd-opteron-3380.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"segment": "server",
77
"architecture": "Opteron",
88
"socket": null,
9-
"process_node": null,
9+
"process_node": "32 nm",
1010
"cores": 8,
1111
"threads": 8,
1212
"p_cores": null,
1313
"e_cores": null,
1414
"base_clock_ghz": 2.6,
1515
"boost_clock_ghz": 2.9,
16-
"l3_cache_mb": null,
16+
"l3_cache_mb": 8.0,
1717
"tdp_w": 65,
1818
"max_tdp_w": null,
1919
"integrated_graphics": null,
@@ -40,6 +40,7 @@
4040
"msrp_usd": 809,
4141
"verified": false,
4242
"source_urls": [
43-
"https://www.kaggle.com/datasets/lincolnzh/cpu-specifications-dataset"
43+
"https://www.kaggle.com/datasets/lincolnzh/cpu-specifications-dataset",
44+
"https://en.wikipedia.org/wiki/List_of_AMD_Opteron_processors"
4445
]
4546
}

data/cpu/amd/2013/enterprise/amd-opteron-4226.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"segment": "server",
77
"architecture": "Opteron",
88
"socket": "Socket C32",
9-
"process_node": null,
9+
"process_node": "32 nm",
1010
"cores": 3,
1111
"threads": 6,
1212
"p_cores": null,
1313
"e_cores": null,
1414
"base_clock_ghz": 2.7,
1515
"boost_clock_ghz": 2.9,
16-
"l3_cache_mb": null,
16+
"l3_cache_mb": 8.0,
1717
"tdp_w": 95,
1818
"max_tdp_w": null,
1919
"integrated_graphics": null,
@@ -40,6 +40,7 @@
4040
"msrp_usd": 95,
4141
"verified": false,
4242
"source_urls": [
43-
"https://www.kaggle.com/datasets/lincolnzh/cpu-specifications-dataset"
43+
"https://www.kaggle.com/datasets/lincolnzh/cpu-specifications-dataset",
44+
"https://en.wikipedia.org/wiki/List_of_AMD_Opteron_processors"
4445
]
4546
}

data/cpu/amd/2013/enterprise/amd-opteron-4284.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"segment": "server",
77
"architecture": "Opteron",
88
"socket": "Socket C32",
9-
"process_node": null,
9+
"process_node": "32 nm",
1010
"cores": 4,
1111
"threads": 8,
1212
"p_cores": null,
1313
"e_cores": null,
1414
"base_clock_ghz": 3.0,
1515
"boost_clock_ghz": 3.3,
16-
"l3_cache_mb": null,
16+
"l3_cache_mb": 8.0,
1717
"tdp_w": 95,
1818
"max_tdp_w": null,
1919
"integrated_graphics": null,
@@ -40,6 +40,7 @@
4040
"msrp_usd": 102,
4141
"verified": false,
4242
"source_urls": [
43-
"https://www.kaggle.com/datasets/lincolnzh/cpu-specifications-dataset"
43+
"https://www.kaggle.com/datasets/lincolnzh/cpu-specifications-dataset",
44+
"https://en.wikipedia.org/wiki/List_of_AMD_Opteron_processors"
4445
]
4546
}

data/cpu/amd/2013/enterprise/amd-opteron-6212.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"segment": "server",
77
"architecture": "Opteron",
88
"socket": "Socket G34",
9-
"process_node": null,
9+
"process_node": "32 nm",
1010
"cores": 4,
1111
"threads": 8,
1212
"p_cores": null,
1313
"e_cores": null,
1414
"base_clock_ghz": 2.6,
1515
"boost_clock_ghz": 2.9,
16-
"l3_cache_mb": null,
16+
"l3_cache_mb": 2.0,
1717
"tdp_w": 115,
1818
"max_tdp_w": null,
1919
"integrated_graphics": null,
@@ -40,6 +40,7 @@
4040
"msrp_usd": 214,
4141
"verified": false,
4242
"source_urls": [
43-
"https://www.kaggle.com/datasets/lincolnzh/cpu-specifications-dataset"
43+
"https://www.kaggle.com/datasets/lincolnzh/cpu-specifications-dataset",
44+
"https://en.wikipedia.org/wiki/List_of_AMD_Opteron_processors"
4445
]
4546
}

0 commit comments

Comments
 (0)