Skip to content

v2.11.0

Latest

Choose a tag to compare

@cmdr2 cmdr2 released this 28 May 07:00

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

Additions

('vendor_id', 'vendor_name', 'device_id', 'device_name', 'is_discrete')
('1002', 'Advanced Micro Devices, Inc. [AMD/ATI]', '7449', 'Navi 31 [Radeon Pro W7800 48GB]', 1)

Changes

Old values:

('vendor_id', 'vendor_name', 'device_id', 'device_name', 'is_discrete')
('10de', 'NVIDIA Corporation', '2f06', 'GB205', 1)

Changed values:

('vendor_id', 'vendor_name', 'device_id', 'device_name', 'is_discrete')
('10de', 'NVIDIA Corporation', '2f06', 'GB205 [GeForce RTX 5060]', 1)