cuda.bindings.nvml.get_excluded_device_info_by_index#

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

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

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

.. seealso:: `nvmlGetExcludedDeviceInfoByIndex`