cuda.bindings.nvml.device_get_pci_info_ext#

cuda.bindings.nvml.device_get_pci_info_ext(intptr_t device)#
Retrieves PCI attributes of this device.

:param device: The identifier of the target device.
:type device: intptr_t

:returns: Reference in which to return the PCI info.
:rtype: nvmlPciInfoExt_v1_t

.. seealso:: `nvmlDeviceGetPciInfoExt`