Skip to content

Commit a19003b

Browse files
committed
feat(data/soc): add Wikipedia URLs for 57 confirmed chips
1 parent 209131a commit a19003b

57 files changed

Lines changed: 114 additions & 57 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
@@ -7,7 +7,8 @@
77
"gpu_name": "Apple GPU (12-core)",
88
"verified": false,
99
"source_urls": [
10-
"https://www.kaggle.com/datasets/msainani/gsmarena-mobile-devices"
10+
"https://www.kaggle.com/datasets/msainani/gsmarena-mobile-devices",
11+
"https://en.wikipedia.org/wiki/Apple_silicon#Comparison_of_A_-series_processors"
1112
],
1213
"raw_chipset": "Apple A10X Fusion (10 nm)",
1314
"gpu_cores": 12

‎data/soc/apple/2018/apple-a12x-bionic.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"gpu_name": "Apple GPU (7-core graphics)",
88
"verified": false,
99
"source_urls": [
10-
"https://www.kaggle.com/datasets/msainani/gsmarena-mobile-devices"
10+
"https://www.kaggle.com/datasets/msainani/gsmarena-mobile-devices",
11+
"https://en.wikipedia.org/wiki/Apple_silicon#Comparison_of_A_-series_processors"
1112
],
1213
"raw_chipset": "Apple A12X Bionic (7 nm)",
1314
"gpu_cores": 7

‎data/soc/apple/2020/apple-a12z-bionic.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"gpu_name": "Apple GPU (8-core graphics)",
88
"verified": false,
99
"source_urls": [
10-
"https://www.kaggle.com/datasets/msainani/gsmarena-mobile-devices"
10+
"https://www.kaggle.com/datasets/msainani/gsmarena-mobile-devices",
11+
"https://en.wikipedia.org/wiki/Apple_silicon#Comparison_of_A_-series_processors"
1112
],
1213
"raw_chipset": "Apple A12Z Bionic",
1314
"gpu_cores": 8

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"gpu_name": "Apple G12P MP4",
88
"verified": false,
99
"source_urls": [
10-
"https://phonedb.net/index.php?m=device&id=16896"
10+
"https://phonedb.net/index.php?m=device&id=16896",
11+
"https://en.wikipedia.org/wiki/Apple_silicon#Comparison_of_A_-series_processors"
1112
],
1213
"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",
1314
"gpu_cores": 4

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"gpu_name": "Apple G13P MP4",
88
"verified": false,
99
"source_urls": [
10-
"https://phonedb.net/index.php?m=device&id=17901"
10+
"https://phonedb.net/index.php?m=device&id=17901",
11+
"https://en.wikipedia.org/wiki/Apple_silicon#Comparison_of_A_-series_processors"
1112
],
1213
"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",
1314
"gpu_cores": 4

‎data/soc/apple/2022/apple-a15-bionic-apl1007-apl1w07.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"gpu_name": "Apple A15MP5",
88
"verified": false,
99
"source_urls": [
10-
"https://www.kaggle.com/datasets/sady36/mobile-phones-specs"
10+
"https://www.kaggle.com/datasets/sady36/mobile-phones-specs",
11+
"https://en.wikipedia.org/wiki/Apple_silicon#Comparison_of_A_-series_processors"
1112
],
1213
"raw_chipset": "Apple A15 Bionic APL1007 / APL1W07 (T8110), 2021, 64 bit, hexa-core, 128 Kbyte I-Cache, 64 Kbyte D-Cache, 4096 Kbyte L2, 32768 Kbyte L3, 5 nm, Apple A15 GPU",
1314
"gpu_cores": 5

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"gpu_name": "Apple G14P MP5",
88
"verified": false,
99
"source_urls": [
10-
"https://phonedb.net/index.php?m=device&id=20643"
10+
"https://phonedb.net/index.php?m=device&id=20643",
11+
"https://en.wikipedia.org/wiki/Apple_silicon#Comparison_of_A_-series_processors"
1112
],
1213
"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",
1314
"gpu_cores": 5

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"gpu_name": "Apple G16P MP6",
88
"verified": false,
99
"source_urls": [
10-
"https://phonedb.net/index.php?m=device&id=22527"
10+
"https://phonedb.net/index.php?m=device&id=22527",
11+
"https://en.wikipedia.org/wiki/Apple_silicon#Comparison_of_A_-series_processors"
1112
],
1213
"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",
1314
"gpu_cores": 6

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"gpu_name": "Apple G17P MP6",
88
"verified": false,
99
"source_urls": [
10-
"https://phonedb.net/index.php?m=device&id=23871"
10+
"https://phonedb.net/index.php?m=device&id=23871",
11+
"https://en.wikipedia.org/wiki/Apple_silicon#Comparison_of_A_-series_processors"
1112
],
1213
"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",
1314
"gpu_cores": 6

‎data/soc/apple/2024/apple-bionic-a18-pro.json‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"gpu_name": "Apple GPU (6-core Graphics)",
88
"verified": false,
99
"source_urls": [
10-
"https://www.kaggle.com/datasets/mayankkumarpoddar/smartprix-mobiles-dataset"
10+
"https://www.kaggle.com/datasets/mayankkumarpoddar/smartprix-mobiles-dataset",
11+
"https://en.wikipedia.org/wiki/Apple_silicon#Comparison_of_A_-series_processors"
1112
],
1213
"notes": "Unverified Smartprix-imported SoC stub. Release date follows the first imported device using this chipset.",
1314
"gpu_cores": 6

0 commit comments

Comments
 (0)