From 09061ef2f9d574a674916912df88d2cc96aa1879 Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Fri, 25 Sep 2026 21:12:45 +0900 Subject: [PATCH] Remove four GPUs imported under a second slug for an existing card GeForce3 Ti 500, RTX 6000 Ada Generation and the RTX PRO 6000 Blackwell Workstation / Max-Q Workstation editions already exist as geforce3-ti-500, rtx-6000-ada, rtx-pro-6000-blackwell-workstation and rtx-pro-6000-blackwell-max-q. The import's dedup only caught existing slugs that extend the new one, not the reverse. --- .../nvidia/2001/consumer/geforce3-ti500.json | 22 ------------------- .../enterprise/rtx-6000-ada-generation.json | 22 ------------------- ...0-blackwell-max-q-workstation-edition.json | 22 ------------------- ...ro-6000-blackwell-workstation-edition.json | 22 ------------------- 4 files changed, 88 deletions(-) delete mode 100644 data/gpu/nvidia/2001/consumer/geforce3-ti500.json delete mode 100644 data/gpu/nvidia/2022/enterprise/rtx-6000-ada-generation.json delete mode 100644 data/gpu/nvidia/2025/enterprise/rtx-pro-6000-blackwell-max-q-workstation-edition.json delete mode 100644 data/gpu/nvidia/2025/enterprise/rtx-pro-6000-blackwell-workstation-edition.json diff --git a/data/gpu/nvidia/2001/consumer/geforce3-ti500.json b/data/gpu/nvidia/2001/consumer/geforce3-ti500.json deleted file mode 100644 index 53a4db840db2c..0000000000000 --- a/data/gpu/nvidia/2001/consumer/geforce3-ti500.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "slug": "geforce3-ti500", - "name": "GeForce3 Ti500", - "manufacturer": "nvidia", - "architecture": "Kelvin", - "release_date": "2001-10-01", - "cuda_cores": null, - "stream_processors": null, - "memory_gb": 0.0625, - "memory_type": "DDR", - "memory_bus_bit": 128, - "memory_bandwidth_gbps": null, - "base_clock_mhz": 240, - "boost_clock_mhz": 240, - "tdp_w": 29, - "pcie_version": "AGP 4x", - "fp32_tflops": null, - "verified": false, - "source_urls": [ - "https://en.wikipedia.org/wiki/List_of_Nvidia_graphics_processing_units" - ] -} diff --git a/data/gpu/nvidia/2022/enterprise/rtx-6000-ada-generation.json b/data/gpu/nvidia/2022/enterprise/rtx-6000-ada-generation.json deleted file mode 100644 index 2bd221de829f1..0000000000000 --- a/data/gpu/nvidia/2022/enterprise/rtx-6000-ada-generation.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "slug": "rtx-6000-ada-generation", - "name": "RTX 6000 Ada Generation", - "manufacturer": "nvidia", - "architecture": "Ada Lovelace", - "release_date": "2022-12-03", - "cuda_cores": null, - "stream_processors": null, - "memory_gb": 48.0, - "memory_type": "GDDR6", - "memory_bus_bit": 384, - "memory_bandwidth_gbps": null, - "base_clock_mhz": 915, - "boost_clock_mhz": 2505, - "tdp_w": 300, - "pcie_version": "PCIe 4.0 x16", - "fp32_tflops": null, - "verified": false, - "source_urls": [ - "https://en.wikipedia.org/wiki/List_of_Nvidia_graphics_processing_units" - ] -} diff --git a/data/gpu/nvidia/2025/enterprise/rtx-pro-6000-blackwell-max-q-workstation-edition.json b/data/gpu/nvidia/2025/enterprise/rtx-pro-6000-blackwell-max-q-workstation-edition.json deleted file mode 100644 index 3e0b570ec9311..0000000000000 --- a/data/gpu/nvidia/2025/enterprise/rtx-pro-6000-blackwell-max-q-workstation-edition.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "slug": "rtx-pro-6000-blackwell-max-q-workstation-edition", - "name": "RTX PRO 6000 Blackwell Max-Q Workstation Edition", - "manufacturer": "nvidia", - "architecture": "Blackwell", - "release_date": "2025-03-18", - "cuda_cores": null, - "stream_processors": null, - "memory_gb": 96.0, - "memory_type": "GDDR7", - "memory_bus_bit": 512, - "memory_bandwidth_gbps": null, - "base_clock_mhz": 1590, - "boost_clock_mhz": 2288, - "tdp_w": 300, - "pcie_version": "PCIe 5.0 x16", - "fp32_tflops": null, - "verified": false, - "source_urls": [ - "https://en.wikipedia.org/wiki/List_of_Nvidia_graphics_processing_units" - ] -} diff --git a/data/gpu/nvidia/2025/enterprise/rtx-pro-6000-blackwell-workstation-edition.json b/data/gpu/nvidia/2025/enterprise/rtx-pro-6000-blackwell-workstation-edition.json deleted file mode 100644 index 0194ec8484b46..0000000000000 --- a/data/gpu/nvidia/2025/enterprise/rtx-pro-6000-blackwell-workstation-edition.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "slug": "rtx-pro-6000-blackwell-workstation-edition", - "name": "RTX PRO 6000 Blackwell Workstation Edition", - "manufacturer": "nvidia", - "architecture": "Blackwell", - "release_date": "2025-03-18", - "cuda_cores": null, - "stream_processors": null, - "memory_gb": 96.0, - "memory_type": "GDDR7", - "memory_bus_bit": 512, - "memory_bandwidth_gbps": null, - "base_clock_mhz": 1590, - "boost_clock_mhz": 2617, - "tdp_w": 600, - "pcie_version": "PCIe 5.0 x16", - "fp32_tflops": null, - "verified": false, - "source_urls": [ - "https://en.wikipedia.org/wiki/List_of_Nvidia_graphics_processing_units" - ] -}