cuda.bindings.nvml.device_get_minor_number#
- cuda.bindings.nvml.device_get_minor_number(intptr_t device) unsigned int#
Retrieves minor number for the device. The minor number for the device is such that the Nvidia device node file for each GPU will have the form /dev/nvidia[minor number]. :param device: The identifier of the target device. :type device: intptr_t :returns: Reference in which to return the minor number for the device. :rtype: unsigned int .. seealso:: `nvmlDeviceGetMinorNumber`