cuda.bindings.nvml.device_get_nvlink_remote_pci_info_v2#
- cuda.bindings.nvml.device_get_nvlink_remote_pci_info_v2(
- intptr_t device,
- unsigned int link,
Retrieves the PCI information for the remote node on a NvLink link Note: pciSubSystemId is not filled in this function and is indeterminate. :param device: The identifier of the target device. :type device: intptr_t :param link: Specifies the NvLink link to be queried. :type link: unsigned int :returns: ``nvmlPciInfo_t`` of the remote node for the specified link. :rtype: nvmlPciInfo_t .. seealso:: `nvmlDeviceGetNvLinkRemotePciInfo_v2`