From 83a6f624632de37ea1cf0c5388adfd66aabc2f07 Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Fri, 25 Sep 2026 14:50:50 +0900 Subject: [PATCH] Remove six AMD GPUs whose clocks came from game-clock cells The Wikipedia RDNA/Polaris tables put game and boost clocks in one "Core / Clock (MHz)" cell, and some rows list only the game clock. The import read them as base == boost, so the Radeon Pro W7900 Dual Slot, W7800 48 GB, W6500M, WX 2100/3100 Mobile and RX 6300M records carried wrong clocks. The page gives no base clock, so drop them. --- .../enterprise/radeon-pro-wx-2100-mobile.json | 22 ------------------- .../enterprise/radeon-pro-wx-3100-mobile.json | 22 ------------------- .../amd/2022/consumer/radeon-rx-6300m.json | 22 ------------------- .../2022/enterprise/radeon-pro-w6500m.json | 22 ------------------- .../enterprise/radeon-pro-w7800-48gb.json | 22 ------------------- .../radeon-pro-w7900-dual-slot.json | 22 ------------------- 6 files changed, 132 deletions(-) delete mode 100644 data/gpu/amd/2017/enterprise/radeon-pro-wx-2100-mobile.json delete mode 100644 data/gpu/amd/2017/enterprise/radeon-pro-wx-3100-mobile.json delete mode 100644 data/gpu/amd/2022/consumer/radeon-rx-6300m.json delete mode 100644 data/gpu/amd/2022/enterprise/radeon-pro-w6500m.json delete mode 100644 data/gpu/amd/2024/enterprise/radeon-pro-w7800-48gb.json delete mode 100644 data/gpu/amd/2024/enterprise/radeon-pro-w7900-dual-slot.json diff --git a/data/gpu/amd/2017/enterprise/radeon-pro-wx-2100-mobile.json b/data/gpu/amd/2017/enterprise/radeon-pro-wx-2100-mobile.json deleted file mode 100644 index 85184b2cde1e3..0000000000000 --- a/data/gpu/amd/2017/enterprise/radeon-pro-wx-2100-mobile.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "slug": "radeon-pro-wx-2100-mobile", - "name": "Radeon Pro WX 2100 (Mobile)", - "manufacturer": "amd", - "architecture": "GCN 4.0", - "release_date": "2017-03-01", - "cuda_cores": null, - "stream_processors": null, - "memory_gb": 2.0, - "memory_type": "GDDR5", - "memory_bus_bit": 64, - "memory_bandwidth_gbps": null, - "base_clock_mhz": 925, - "boost_clock_mhz": 925, - "tdp_w": 35, - "pcie_version": "PCIe 3.0 x16", - "fp32_tflops": null, - "verified": false, - "source_urls": [ - "https://en.wikipedia.org/wiki/List_of_AMD_graphics_processing_units" - ] -} diff --git a/data/gpu/amd/2017/enterprise/radeon-pro-wx-3100-mobile.json b/data/gpu/amd/2017/enterprise/radeon-pro-wx-3100-mobile.json deleted file mode 100644 index e9ebbc6e8957f..0000000000000 --- a/data/gpu/amd/2017/enterprise/radeon-pro-wx-3100-mobile.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "slug": "radeon-pro-wx-3100-mobile", - "name": "Radeon Pro WX 3100 (Mobile)", - "manufacturer": "amd", - "architecture": "GCN 4.0", - "release_date": "2017-03-01", - "cuda_cores": null, - "stream_processors": null, - "memory_gb": 4.0, - "memory_type": "GDDR5", - "memory_bus_bit": 128, - "memory_bandwidth_gbps": null, - "base_clock_mhz": 925, - "boost_clock_mhz": 925, - "tdp_w": 50, - "pcie_version": "PCIe 3.0 x16", - "fp32_tflops": null, - "verified": false, - "source_urls": [ - "https://en.wikipedia.org/wiki/List_of_AMD_graphics_processing_units" - ] -} diff --git a/data/gpu/amd/2022/consumer/radeon-rx-6300m.json b/data/gpu/amd/2022/consumer/radeon-rx-6300m.json deleted file mode 100644 index 35a45fb2e8d42..0000000000000 --- a/data/gpu/amd/2022/consumer/radeon-rx-6300m.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "slug": "radeon-rx-6300m", - "name": "Radeon RX 6300M", - "manufacturer": "amd", - "architecture": "RDNA 2.0", - "release_date": "2022-01-04", - "cuda_cores": null, - "stream_processors": null, - "memory_gb": 2.0, - "memory_type": "GDDR6", - "memory_bus_bit": 32, - "memory_bandwidth_gbps": null, - "base_clock_mhz": 1512, - "boost_clock_mhz": 1512, - "tdp_w": 25, - "pcie_version": "PCIe 4.0 x4", - "fp32_tflops": null, - "verified": false, - "source_urls": [ - "https://en.wikipedia.org/wiki/List_of_AMD_graphics_processing_units" - ] -} diff --git a/data/gpu/amd/2022/enterprise/radeon-pro-w6500m.json b/data/gpu/amd/2022/enterprise/radeon-pro-w6500m.json deleted file mode 100644 index 595316f8e82f0..0000000000000 --- a/data/gpu/amd/2022/enterprise/radeon-pro-w6500m.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "slug": "radeon-pro-w6500m", - "name": "Radeon Pro W6500M", - "manufacturer": "amd", - "architecture": "RDNA 2.0", - "release_date": "2022-01-19", - "cuda_cores": null, - "stream_processors": null, - "memory_gb": 4.0, - "memory_type": "GDDR6", - "memory_bus_bit": 64, - "memory_bandwidth_gbps": null, - "base_clock_mhz": 2588, - "boost_clock_mhz": 2588, - "tdp_w": 35, - "pcie_version": "PCIe 4.0 x4", - "fp32_tflops": null, - "verified": false, - "source_urls": [ - "https://en.wikipedia.org/wiki/List_of_AMD_graphics_processing_units" - ] -} diff --git a/data/gpu/amd/2024/enterprise/radeon-pro-w7800-48gb.json b/data/gpu/amd/2024/enterprise/radeon-pro-w7800-48gb.json deleted file mode 100644 index f670bb4298174..0000000000000 --- a/data/gpu/amd/2024/enterprise/radeon-pro-w7800-48gb.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "slug": "radeon-pro-w7800-48gb", - "name": "Radeon Pro W7800 48GB", - "manufacturer": "amd", - "architecture": "RDNA 3.0", - "release_date": "2024-12-01", - "cuda_cores": null, - "stream_processors": null, - "memory_gb": 48.0, - "memory_type": "GDDR6", - "memory_bus_bit": 384, - "memory_bandwidth_gbps": null, - "base_clock_mhz": 1855, - "boost_clock_mhz": 1855, - "tdp_w": 281, - "pcie_version": "PCIe 4.0 x16", - "fp32_tflops": null, - "verified": false, - "source_urls": [ - "https://en.wikipedia.org/wiki/List_of_AMD_graphics_processing_units" - ] -} diff --git a/data/gpu/amd/2024/enterprise/radeon-pro-w7900-dual-slot.json b/data/gpu/amd/2024/enterprise/radeon-pro-w7900-dual-slot.json deleted file mode 100644 index ec7e26ccbcdfa..0000000000000 --- a/data/gpu/amd/2024/enterprise/radeon-pro-w7900-dual-slot.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "slug": "radeon-pro-w7900-dual-slot", - "name": "Radeon Pro W7900 Dual Slot", - "manufacturer": "amd", - "architecture": "RDNA 3.0", - "release_date": "2024-06-19", - "cuda_cores": null, - "stream_processors": null, - "memory_gb": 48.0, - "memory_type": "GDDR6", - "memory_bus_bit": 384, - "memory_bandwidth_gbps": null, - "base_clock_mhz": 1855, - "boost_clock_mhz": 1855, - "tdp_w": 295, - "pcie_version": "PCIe 4.0 x16", - "fp32_tflops": null, - "verified": false, - "source_urls": [ - "https://en.wikipedia.org/wiki/List_of_AMD_graphics_processing_units" - ] -}