cuda.bindings.nvml.device_get_nvlink_remote_device_type#
- cuda.bindings.nvml.device_get_nvlink_remote_device_type(
- intptr_t device,
- unsigned int link,
Get the NVLink device type of the remote device connected over the given link. :param device: The device handle of the target GPU. :type device: intptr_t :param link: The NVLink link index on the target GPU. :type link: unsigned int :returns: Pointer in which the output remote device type is returned. :rtype: int .. seealso:: `nvmlDeviceGetNvLinkRemoteDeviceType`