Skip to content

v1.27.0

Choose a tag to compare

@cmdr2 cmdr2 released this 20 Nov 03:49
· 13 commits to main since this release

Automatic update of PCI database. Install using pip install --upgrade torchruntime==1.27.0

Additions

('vendor_id', 'vendor_name', 'device_id', 'device_name', 'is_discrete')
('10de', 'NVIDIA Corporation', '230c', 'GH100 [H20 NVL16]', 1)
('10de', 'NVIDIA Corporation', '22ce', 'GB10 GEN5 X4 PCIe host', 1)
('10de', 'NVIDIA Corporation', '22d0', 'GB10 GEN4 X1 PCIe host', 1)
('8086', 'Intel Corporation', 'b080', 'Panther Lake [Arc B390]', 1)

Changes

Old values:

('vendor_id', 'vendor_name', 'device_id', 'device_name', 'is_discrete')
('10de', 'NVIDIA Corporation', '31a1', 'GB110', 1)

Changed values:

('vendor_id', 'vendor_name', 'device_id', 'device_name', 'is_discrete')
('10de', 'NVIDIA Corporation', '31a1', 'GB110 [GB300 MaxQ]', 1)