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. :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: Requested NvLink version from ``nvmlNvlinkVersion_t``. :rtype: unsigned int .. seealso:: `nvmlDeviceGetNvLinkVersion`