cuda.bindings.nvml.device_get_nvlink_version#
- cuda.bindings.nvml.device_get_nvlink_version(
- intptr_t device,
- unsigned int link,
Retrieves the version of the device’s NvLink for the link specified.
- Parameters:
device (intptr_t) – The identifier of the target device.
link (unsigned int) – Specifies the NvLink link to be queried.
- Returns:
Requested NvLink version from
nvmlNvlinkVersion_t.- Return type:
unsigned int
See also
nvmlDeviceGetNvLinkVersion