heimdallr.utilities.nvidia.bindings.nvmlDeviceGetNvLinkRemotePciInfo¶
- heimdallr.utilities.nvidia.bindings.nvmlDeviceGetNvLinkRemotePciInfo(device, link)[source]¶
Retrieve the PCI information for the remote node on a NvLink link.
Retrieves the PCI information for the remote node on a NvLink link. Note: pciSubSystemId is not filled in this function and is indeterminate.
- Parameters
device – The identifier of the target device
link – Specifies the NvLink link to be queried (uint)
- Returns
nvmlPciInfo_t of the remote node for the specified link
- Return type
pci