Fix thread counts on 23 Hyper-Threaded Atoms from #254 - #264
Conversation
…n, Lincroft, Centerton, Briarwood, Cloverview) The Atom list tables only give a core count and the import copied it into threads. The same page states every model in these six families supports Hyper-Threading, so threads = 2 x cores.
🔎 Data verification — Tier 0 (offline existence/trust)Scored by Changed records in this PR406 record(s) scored. %%{init: {"theme":"base","themeVariables":{"pie1":"#3fb950","pie2":"#d29922","pie3":"#f85149","pieStrokeWidth":"0px","pieOpacity":"1"}}}%%
pie showData
title Verification bands — all records
"Green" : 395
"Yellow" : 11
"Red" : 0
Full-dataset baseline106101 record(s) scored. %%{init: {"theme":"base","themeVariables":{"pie1":"#3fb950","pie2":"#d29922","pie3":"#f85149","pieStrokeWidth":"0px","pieOpacity":"1"}}}%%
pie showData
title Verification bands — all records
"Green" : 23901
"Yellow" : 81104
"Red" : 1096
Hard violations (forced red):
green = authoritative source + complete + consistent · yellow = plausible, needs confirmation · red = sparse/weak source or a hard contradiction. Promotion to |
TechEngine change review: FAIL
Changed data
Changed record examplescpu modified
Heuristic review
|
TechEngine validation stats: FAIL
Data summary
Warning Tracked verified coverage is below 50% for tablet 7.9% (273/3455), watch 9.0% (39/433), soc 9.3% (193/2077), smartphone 18.7% (17501/93396), all 20.8% (22099/106101), gpu 49.1% (1028/2093). Validation notes
Key output:
Detailed validation log excerpt |
Follow-up to #254. The Atom tables on List of Intel Atom processors have only a "Cores" column, and the import copied the core count into
threads. That's right for the Silvermont, Goldmont and Tremont families, which have no Hyper-Threading. It halves the thread count for the Bonnell/Saltwell families, whose sections on the same page say every model supports Hyper-Threading.Only
threadschanges. Root-cause parser fix: GetTechAPI/TechEngine#91 (a bare core count now leaves threads unknown instead of guessing).Closes #1