cuda.bindings.nvml.unit_get_handle_by_index#

cuda.bindings.nvml.unit_get_handle_by_index(unsigned int ind_ex) intptr_t#
Acquire the handle for a particular unit, based on its ind_ex.

:param ind_ex: The ind_ex of the target unit, >= 0 and < ``unitCount``.
:type ind_ex: unsigned int

:returns: Reference in which to return the unit handle.
:rtype: intptr_t

.. seealso:: `nvmlUnitGetHandleByIndex`