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.
- Parameters:
device (intptr_t) – The identifier of the target device.
link (unsigned int) – Specifies the NvLink link to be queried.
- Returns:
nvmlPciInfo_tof the remote node for the specified link.- Return type:
nvmlPciInfo_t
See also
nvmlDeviceGetNvLinkRemotePciInfo_v2