cuda.bindings.nvml.get_excluded_device_info_by_index#

cuda.bindings.nvml.get_excluded_device_info_by_index(unsigned int ind_ex)#
Acquire the device information for an excluded GPU device, based on its ind_ex.

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

:returns: Reference in which to return the device information.
:rtype: nvmlExcludedDeviceInfo_t

.. seealso:: `nvmlGetExcludedDeviceInfoByIndex`