Skip to content

Commit 3305bea

Browse files
committed
data(soc): derive gpu_cores from gpu_name for 139 SoCs
Deterministically fill the missing gpu_cores field from the core count already encoded in gpu_name (Mali MPx, Immortalis MCx, Apple GPU (N-core)) for import-stub SoCs that lacked it. Additive only: records that already have gpu_cores (e.g. benchmark-enriched flagships) are untouched. No new data invented - the count is read from the existing GPU name. Refs #1
1 parent 1341048 commit 3305bea

139 files changed

Lines changed: 232 additions & 139 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/soc/apple/2017/apple-a10x-fusion.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"source_urls": [
1010
"https://www.kaggle.com/datasets/msainani/gsmarena-mobile-devices"
1111
],
12-
"raw_chipset": "Apple A10X Fusion (10 nm)"
12+
"raw_chipset": "Apple A10X Fusion (10 nm)",
13+
"gpu_cores": 12
1314
}

data/soc/apple/2019/apple-a11-bionic-apl1w72-t8015.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"source_urls": [
1010
"https://phonedb.net/index.php?m=device&id=17915"
1111
],
12-
"raw_chipset": "Apple A11 Bionic APL1W72 T8015 (Skye), 2017, 64 bit, hexa-core, 64 Kbyte I-Cache, 64 Kbyte D-Cache, 8192 Kbyte L2, 10 nm, Apple A11 GPU"
12+
"raw_chipset": "Apple A11 Bionic APL1W72 T8015 (Skye), 2017, 64 bit, hexa-core, 64 Kbyte I-Cache, 64 Kbyte D-Cache, 8192 Kbyte L2, 10 nm, Apple A11 GPU",
13+
"gpu_cores": 3
1314
}

data/soc/apple/2020/apple-a13-bionic-apl1w85-t8030.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"source_urls": [
1010
"https://phonedb.net/index.php?m=device&id=16896"
1111
],
12-
"raw_chipset": "Apple A13 Bionic APL1W85 T8030 (Cebu), 2019, 64 bit, hexa-core, 128 Kbyte I-Cache, 128 Kbyte D-Cache, 4096 Kbyte L2, 16384 Kbyte L3, 7 nm, Apple A13 GPU"
12+
"raw_chipset": "Apple A13 Bionic APL1W85 T8030 (Cebu), 2019, 64 bit, hexa-core, 128 Kbyte I-Cache, 128 Kbyte D-Cache, 4096 Kbyte L2, 16384 Kbyte L3, 7 nm, Apple A13 GPU",
13+
"gpu_cores": 4
1314
}

data/soc/apple/2020/apple-a14-bionic-apl1w01-t8101.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"source_urls": [
1010
"https://phonedb.net/index.php?m=device&id=17901"
1111
],
12-
"raw_chipset": "Apple A14 Bionic APL1W01 T8101 (Sicily), 2020, 64 bit, hexa-core, 192 Kbyte I-Cache, 128 Kbyte D-Cache, 12288 Kbyte L2, 16384 Kbyte L3, 5 nm, Apple A14 GPU"
12+
"raw_chipset": "Apple A14 Bionic APL1W01 T8101 (Sicily), 2020, 64 bit, hexa-core, 192 Kbyte I-Cache, 128 Kbyte D-Cache, 12288 Kbyte L2, 16384 Kbyte L3, 5 nm, Apple A14 GPU",
13+
"gpu_cores": 4
1314
}

data/soc/apple/2022/apple-a15-bionic-apl1w07-t8110.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"source_urls": [
1010
"https://phonedb.net/index.php?m=device&id=20643"
1111
],
12-
"raw_chipset": "Apple A15 Bionic APL1W07 T8110 (Ellis), 2021, 64 bit, hexa-core, 192 Kbyte I-Cache, 128 Kbyte D-Cache, 16384 Kbyte L2, 32768 Kbyte L3, 5 nm, Apple A15 GPU"
12+
"raw_chipset": "Apple A15 Bionic APL1W07 T8110 (Ellis), 2021, 64 bit, hexa-core, 192 Kbyte I-Cache, 128 Kbyte D-Cache, 16384 Kbyte L2, 32768 Kbyte L3, 5 nm, Apple A15 GPU",
13+
"gpu_cores": 5
1314
}

data/soc/apple/2022/apple-a15-bionic-lite-apl1w07-t8110.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"source_urls": [
1010
"https://phonedb.net/index.php?m=device&id=20129"
1111
],
12-
"raw_chipset": "Apple A15 Bionic Lite APL1W07 T8110 (Ellis), 2021, 64 bit, hexa-core, 192 Kbyte I-Cache, 128 Kbyte D-Cache, 16384 Kbyte L2, 32768 Kbyte L3, 5 nm, Apple A15 GPU"
12+
"raw_chipset": "Apple A15 Bionic Lite APL1W07 T8110 (Ellis), 2021, 64 bit, hexa-core, 192 Kbyte I-Cache, 128 Kbyte D-Cache, 16384 Kbyte L2, 32768 Kbyte L3, 5 nm, Apple A15 GPU",
13+
"gpu_cores": 4
1314
}

data/soc/apple/2023/apple-a16-bionic-apl1w10-t8120.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"source_urls": [
1010
"https://phonedb.net/index.php?m=device&id=22552"
1111
],
12-
"raw_chipset": "Apple A16 Bionic APL1W10 T8120 (Crete), 2022, 64 bit, hexa-core, 192 Kbyte I-Cache, 128 Kbyte D-Cache, 20480 Kbyte L2, 24576 Kbyte L3, 4 nm, Apple G15P GPU"
12+
"raw_chipset": "Apple A16 Bionic APL1W10 T8120 (Crete), 2022, 64 bit, hexa-core, 192 Kbyte I-Cache, 128 Kbyte D-Cache, 20480 Kbyte L2, 24576 Kbyte L3, 4 nm, Apple G15P GPU",
13+
"gpu_cores": 5
1314
}

data/soc/apple/2023/apple-a17-pro-apl1v02-t8130.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"source_urls": [
1010
"https://phonedb.net/index.php?m=device&id=22527"
1111
],
12-
"raw_chipset": "Apple A17 Pro APL1V02 T8130 (Coll), 2023, 64 bit, hexa-core, 192 Kbyte I-Cache, 128 Kbyte D-Cache, 20480 Kbyte L2, 24576 Kbyte L3, 3 nm, Apple G16P GPU"
12+
"raw_chipset": "Apple A17 Pro APL1V02 T8130 (Coll), 2023, 64 bit, hexa-core, 192 Kbyte I-Cache, 128 Kbyte D-Cache, 20480 Kbyte L2, 24576 Kbyte L3, 3 nm, Apple G16P GPU",
13+
"gpu_cores": 6
1314
}

data/soc/apple/2024/apple-a18-pro-apl1v07-t8140.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"source_urls": [
1010
"https://phonedb.net/index.php?m=device&id=23871"
1111
],
12-
"raw_chipset": "Apple A18 Pro APL1V07 T8140 (Tahiti), 2024, 64 bit, hexa-core, 192 Kbyte I-Cache, 128 Kbyte D-Cache, 20480 Kbyte L2, 24576 Kbyte L3, 3 nm, Apple G17P GPU"
12+
"raw_chipset": "Apple A18 Pro APL1V07 T8140 (Tahiti), 2024, 64 bit, hexa-core, 192 Kbyte I-Cache, 128 Kbyte D-Cache, 20480 Kbyte L2, 24576 Kbyte L3, 3 nm, Apple G17P GPU",
13+
"gpu_cores": 6
1314
}

data/soc/apple/2025/apple-a18-apl1v08-t8142.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"source_urls": [
1010
"https://phonedb.net/index.php?m=device&id=24721"
1111
],
12-
"raw_chipset": "Apple A18 APL1V08 T8142 (Tupai), 2024, 64 bit, hexa-core, 192 Kbyte I-Cache, 128 Kbyte D-Cache, 12288 Kbyte L2, 12288 Kbyte L3, 3 nm, Apple G17P GPU"
12+
"raw_chipset": "Apple A18 APL1V08 T8142 (Tupai), 2024, 64 bit, hexa-core, 192 Kbyte I-Cache, 128 Kbyte D-Cache, 12288 Kbyte L2, 12288 Kbyte L3, 3 nm, Apple G17P GPU",
13+
"gpu_cores": 4
1314
}

0 commit comments

Comments
 (0)