Commit 5c3e51b
committed
data(soc): derive gpu_cores from the GPU name already on the record
248 SoC records gain gpu_cores (9% -> 21% coverage). The count is taken from
the vendor's own notation in gpu_name -- 'PowerVR SGX543MP3', 'Mali-G76MP12',
'MP<n>' meaning n cores -- and from names that spell it out, such as
'PowerVR GXA6850 (octa-core graphics)'.
Nothing external is consulted, so no new source is claimed: the value is read
from a field the record already carries and whose existing source_urls back it.
The rule was checked against the 138 records that already hold gpu_cores:
all 138 agree with what the name encodes, none conflict. Records already
holding a value are skipped rather than overwritten, and only counts in the
1-128 range are accepted.
Note: cpu_config is deliberately NOT derived this way. Marketing strings like
Tegra 3's "penta-core" describe a 4+1 arrangement, so deriving a core split
from raw_chipset would encode a misleading structure.
Refs #11 parent 7b04d91 commit 5c3e51b
248 files changed
Lines changed: 496 additions & 248 deletions
File tree
- data/soc
- apple
- 2012
- 2014
- 2016
- 2018
- 2020
- 2022
- 2024
- arm
- 2013
- 2015
- 2016
- 2017
- 2025
- hisilicon
- 2014
- 2015
- 2016
- 2019
- 2020
- 2021
- 2022
- 2023
- 2025
- 2026
- intel
- 2014
- 2015
- mediatek
- 2013
- 2014
- 2015
- 2016
- 2017
- 2018
- 2019
- 2020
- 2021
- 2022
- 2023
- 2024
- 2025
- 2026
- nvidia
- 2013
- 2014
- qualcomm
- 2014
- 2016
- samsung
- 2011
- 2012
- 2013
- 2014
- 2015
- 2016
- 2017
- 2018
- 2019
- 2020
- 2021
- 2022
- 2023
- 2024
- 2025
- unisoc
- 2013
- 2014
- 2015
- 2016
- 2018
- 2019
- 2021
- 2022
- 2024
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
0 commit comments