cuda.bindings.nvml.device_get_irq_num#

cuda.bindings.nvml.device_get_irq_num(intptr_t device) unsigned int#
Gets the device's interrupt number.

:param device: The identifier of the target device.
:type device: intptr_t

:returns: The interrupt number associated with the specified device.
:rtype: unsigned int

.. seealso:: `nvmlDeviceGetIrqNum`