vk: Add support for blackwell PCI IDs

This commit is contained in:
kd-11 2025-09-09 01:29:46 +03:00 committed by kd-11
parent e0249b05d2
commit 878bb12a72
2 changed files with 8 additions and 6 deletions

View File

@ -59,6 +59,7 @@ namespace vk
table.add(0x20B0, 0x20BE, chip_class::NV_ampere); // GA100
table.add(0x2204, 0x25AF, chip_class::NV_ampere); // GA10x (RTX 30 series)
table.add(0x2684, 0x27FF, chip_class::NV_lovelace); // AD102, AD103 (RTX40 series)
table.add(0x2B85, 0x2F58, chip_class::NV_blackwell); // RTX50, RTX PRO Blackwell series
return table;
}();

View File

@ -28,6 +28,7 @@ namespace vk
NV_turing,
NV_ampere,
NV_lovelace,
NV_blackwell,
_NV_ENUM_MAX_, // Do not insert NV enums beyond this point
// APPLE